5#include <cosmos/error/CosmosError.hxx>
13 ss << m_file <<
":" << m_line <<
" [" << m_func <<
"]: "
25 const std::string_view
what{this->
what()};
29 return std::string{
what.substr(start)};
std::string shortWhat() const
Returns a shorter description of the error without verbose context.
const char * what() const override
Implementation of the std::exception interface.
bool m_msg_generated
Whether m_msg has been assembled yet.
std::string m_msg
Runtime generated error message.
std::string_view m_error_class
Descriptive, unique error class label.
virtual void generateMsg() const
Append type specific error information to m_msg.