
Public Member Functions | |
| MyException2 (const char *m) | |
| const char * | what () const noexcept override |
Private Attributes | |
| std::string | message = "" |
Definition at line 35 of file test_exceptions.cpp.
|
inlineexplicit |
Definition at line 37 of file test_exceptions.cpp.
|
inlineoverridenoexcept |
Definition at line 38 of file test_exceptions.cpp.
|
private |
Definition at line 41 of file test_exceptions.cpp.