34 #ifndef _GLIBCXX_STDEXCEPT
35 #define _GLIBCXX_STDEXCEPT 1
37 #pragma GCC system_header
42 namespace std _GLIBCXX_VISIBILITY(default)
44 _GLIBCXX_BEGIN_NAMESPACE_VERSION
70 what()
const _GLIBCXX_USE_NOEXCEPT;
127 what()
const _GLIBCXX_USE_NOEXCEPT;
156 _GLIBCXX_END_NAMESPACE_VERSION
One of two subclasses of exception.
runtime_error(const string &__arg)
virtual const char * what() const _GLIBCXX_USE_NOEXCEPT
logic_error(const string &__arg)
Base class for all library exceptions.
One of two subclasses of exception.
virtual const char * what() const _GLIBCXX_USE_NOEXCEPT