fatal exception, never catch it except at top level (likely main or gui). More...
#include <op_exception.h>


Public Member Functions | |
| op_fatal_error (std::string const &msg) | |
fatal exception, never catch it except at top level (likely main or gui).
Intended to replace cerr << "blah"; exit(EXIT_FAILURE); by a throw op_fatal_error("blah") when returning error code is not an option
| op_fatal_error::op_fatal_error | ( | std::string const & | msg | ) | [explicit] |
1.6.1