#include <op_exception.h>
Public Member Functions | |
op_runtime_error (std::string const &err) | |
op_runtime_error (std::string const &err, int cerrno) | |
~op_runtime_error () throw () |
Encapsulate a runtime error with or w/o a valid errno
Definition at line 52 of file op_exception.h.
op_runtime_error::op_runtime_error | ( | std::string const & | err | ) | [explicit] |
op_runtime_error::op_runtime_error | ( | std::string const & | err, | |
int | cerrno | |||
) |
op_runtime_error::~op_runtime_error | ( | ) | throw () |
Definition at line 53 of file op_exception.cpp.