#include <exception.h>

Public Member Functions | |
| MvncException (const std::string &msg) | |
| const char * | what () const noexcept |
Private Attributes | |
| const std::string | msg_ |
Definition at line 27 of file exception.h.
|
inlineexplicit |
Definition at line 29 of file exception.h.
|
inlinenoexcept |
Definition at line 34 of file exception.h.
|
private |
Definition at line 40 of file exception.h.