std::bad_exception::what
Min standard notice:
Returns the explanatory string.
# Declarations
virtual const char* what() const noexcept;
(constexpr since C++26)
# Return value
Pointer to a null-terminated string with explanatory information.
Returns the explanatory string.
virtual const char* what() const noexcept;
(constexpr since C++26)
Pointer to a null-terminated string with explanatory information.