Public Member Functions | |
MyException2 (const char *m) | |
const char * | what () const noexceptoverride |
Private Attributes | |
std::string | message = "" |
Definition at line 22 of file test_exceptions.cpp.
|
inlineexplicit |
Definition at line 24 of file test_exceptions.cpp.
|
inlineoverridenoexcept |
Definition at line 25 of file test_exceptions.cpp.
|
private |
Definition at line 27 of file test_exceptions.cpp.