34 #ifndef EXCEPTIONHANDLER_H
35 #define EXCEPTIONHANDLER_H
42 namespace AlarmNotifications {
Compatibility macros for older versions of the GCC.
#define noexcept
Allow using the noexcept keyword with GCC < 4.6.
void ExceptionHandler(std::exception &e, std::string location, const bool quit=false) noexcept
Generic exception handler for known exceptions.