Public Member Functions | |
Exception (const std::string &msg, const char *file, const char *func, int line) | |
virtual const char * | what () const NOEXCEPT |
Public Attributes | |
std::string | msg_ |
Definition at line 37 of file exception.hpp.
|
explicit |
Definition at line 13 of file exception.cpp.
|
virtual |
Definition at line 22 of file exception.cpp.
|
virtual |
Definition at line 24 of file exception.cpp.
std::string msg_ |
Definition at line 43 of file exception.hpp.