14 virtual const char* what()
const noexcept
override 16 return this->Name().c_str();
19 const std::string& Name()
const 21 return this->error.Name();
24 const std::string& Message()
const 26 return this->error.Message();
29 const std::string& StackTrace()
const 31 return this->error.StackTrace();
Definition: ErrorCode.h:8
Definition: AmgouriMathException.h:8