Skip to content

Commit c49536b

Browse files
committed
Add mising file
1 parent 4ce2111 commit c49536b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#include "FWCore/Framework/interface/maker/ModuleHolder.h"
2+
#include "FWCore/Utilities/interface/Exception.h"
3+
4+
void edm::maker::ModuleHolder::registerThinnedAssociations(ProductRegistry const& registry,
5+
ThinnedAssociationsHelper& helper) {
6+
try {
7+
implRegisterThinnedAssociations(registry, helper);
8+
} catch (cms::Exception& ex) {
9+
ex.addContext("Calling registerThinnedAssociations() for module " + moduleDescription().moduleLabel());
10+
throw ex;
11+
}
12+
}

0 commit comments

Comments
 (0)