#include <stdexcept>#include <string>

Go to the source code of this file.
Data Structures | |
| class | op_exception |
| struct | op_fatal_error |
| struct | op_runtime_error |
exception base class
This provide simple base class for exception object. All exception are derived from directly or indirectly from std::exception. This class are not itended to be catched in your code except at top level, derive what you want and catch derived class rather.
Definition in file op_exception.h.
1.6.1