class exception ¶ class exception : public std::exception { … } typedef exception ¶ using std::exception::exception Defined at except.hpp:34 constructor exception(std::string) ¶ exception(std::string str) Defined at except.hpp:35 function what() ¶ const char* what() const noexcept final Defined at except.hpp:37 Defined at except.hpp:31