Public Member Functions | |
MyException (const char *m) | |
const char * | what () const noexceptoverride |
Private Attributes | |
std::string | message = "" |
Definition at line 13 of file test_exceptions.cpp.
|
inlineexplicit |
Definition at line 15 of file test_exceptions.cpp.
|
inlineoverridenoexcept |
Definition at line 16 of file test_exceptions.cpp.
|
private |
Definition at line 18 of file test_exceptions.cpp.