28 std::stringstream msg;
31 msg <<
"In " <<
_file;
uint32_t getLine() const
Line getter.
const char * what() const noexcept override
Return the full formated exception.
const std::string & getFunction() const
Function getter.
const std::string & getFile() const
File getter.
const std::string & getDescription() const
Description getter.
const std::string & getTypeName() const
TypeName getter.
Exception(const char *typeName, const std::string &description, const char *file, const char *function, uint32_t line)
Exception constructor.