$treeview $search $mathjax $extrastylesheet
00001 #ifndef artdaq_core_Utilities_ExceptionHandler_hh 00002 #define artdaq_core_Utilities_ExceptionHandler_hh 00003 00004 #include <string> 00005 00006 namespace artdaq { 00010 enum class ExceptionHandlerRethrow 00011 { 00012 yes, 00013 no 00014 }; 00015 00050 void ExceptionHandler(ExceptionHandlerRethrow decision, const std::string& optional_message = ""); 00051 } // namespace artdaq 00052 00053 #endif