std::bad_exception::what (3) Linux Manual Page
std::bad_exception::what – std::bad_exception::what
Synopsis
virtual const char *what() const noexcept;
Returns the explanatory string.
Parameters
(none)
Return value
Pointer to a null-terminated string with explanatory information.
