#include <CMTException.h>
Public Member Functions | |
CMTException (std::string msg="") | |
const char * | what () const noexcept override |
Private Attributes | |
std::string | _msg |
Generic (base) exception class
Definition at line 25 of file CMTException.h.
|
inline |
Definition at line 29 of file CMTException.h.
|
inlineoverridenoexcept |
Definition at line 32 of file CMTException.h.
|
private |
Definition at line 37 of file CMTException.h.