CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ExceptionPropagate.h
Go to the documentation of this file.
1 #ifndef FWCore_Utilities_ExceptionPropagate_h
2 #define FWCore_Utilities_ExceptionPropagate_h
3 
4 #include <exception>
5 
6 namespace edm {
7  namespace threadLocalException {
8  void setException(std::exception_ptr e);
9  std::exception_ptr getException();
10  }
11 }
12 
13 #endif
void setException(std::exception_ptr e)
std::exception_ptr getException()