30 : _message(message) { }
37 const char*
what() const noexcept
override 39 return _message.c_str();
Exception class thrown by all library classes.
const char * what() const noexceptoverride
Get the error message.
std::string _message
The buffer where the message is stored.
Exception(const char *message)
Construct a new Exception.