LocARNA-2.0.0
|
Simple exception class that supports a text message. More...
#include <aux.hh>
Public Member Functions | |
failure (const std::string &msg) | |
Construct with message. More... | |
failure () | |
Construct empty. | |
virtual | ~failure () |
Destruct. | |
virtual const char * | what () const noexcept |
Provide message string. More... | |
Simple exception class that supports a text message.
|
inlineexplicit |
Construct with message.
msg | the message |
|
virtualnoexcept |
Provide message string.