|
degate 0.1.1
|
Generic runtime exception in libdegate. More...
#include <degate_exceptions.h>

Public Member Functions | |
| DegateRuntimeException () | |
| DegateRuntimeException (std::string str) | |
Generic runtime exception in libdegate.
Definition at line 35 of file degate_exceptions.h.
| degate::DegateRuntimeException::DegateRuntimeException | ( | ) | [inline] |
Definition at line 37 of file degate_exceptions.h.
: std::runtime_error("There is a generic runtime error in libdegate.") {}
| degate::DegateRuntimeException::DegateRuntimeException | ( | std::string | str | ) | [inline] |
Definition at line 38 of file degate_exceptions.h.
: std::runtime_error(str) {}
1.7.4