17 #ifndef YAMICPP_ERRORS_H_INCLUDED 18 #define YAMICPP_ERRORS_H_INCLUDED 20 #include <yami4-core/dll.h> 37 : std::logic_error(message)
53 : std::runtime_error(message)
60 #endif // YAMICPP_ERRORS_H_INCLUDED Namespace devoted to everything related to YAMI4.
Definition: activity_statistics_monitor.cpp:27
General exception class for reporting run-time errors.
Definition: errors.h:49
General exception class for reporting logic errors.
Definition: errors.h:33