artdaq_core  v1_05_06
 All Classes Namespaces Functions
ExceptionHandler.hh
1 #ifndef artdaq_core_Utilities_ExceptionHandler_hh
2 #define artdaq_core_Utilities_ExceptionHandler_hh
3 
4 #include <string>
5 
6 namespace artdaq {
7 
8  enum ExceptionHandlerRethrow {yes, no};
9 
10  void ExceptionHandler(ExceptionHandlerRethrow decision, std::string optional_message = "");
11 
12 }
13 
14 #endif