00001 #ifndef artdaq_core_Utilities_ExceptionHandler_hh 00002 #define artdaq_core_Utilities_ExceptionHandler_hh 00003 00004 #include <string> 00005 00006 namespace artdaq { 00007 00008 enum ExceptionHandlerRethrow {yes, no}; 00009 00010 void ExceptionHandler(ExceptionHandlerRethrow decision, std::string optional_message = ""); 00011 00012 } 00013 00014 #endif