33 #ifndef _GLIBCXX_STDEXCEPT
34 #define _GLIBCXX_STDEXCEPT 1
36 #pragma GCC system_header
41 namespace std _GLIBCXX_VISIBILITY(default)
43 _GLIBCXX_BEGIN_NAMESPACE_VERSION
69 what()
const _GLIBCXX_USE_NOEXCEPT;
126 what()
const _GLIBCXX_USE_NOEXCEPT;
155 _GLIBCXX_END_NAMESPACE_VERSION
logic_error(const string &__arg)
One of two subclasses of exception.
Base class for all library exceptions.
virtual const char * what() const noexcept
One of two subclasses of exception.
virtual const char * what() const noexcept
runtime_error(const string &__arg)