32 #define __EXCEPTION_H 1
34 #ifdef _GLIBCXX_SYSHDR
35 #pragma GCC system_header
42 namespace std _GLIBCXX_VISIBILITY(default)
65 virtual ~
exception() _GLIBCXX_TXN_SAFE_DYN _GLIBCXX_NOTHROW;
66 #if __cplusplus >= 201103L
76 what() const _GLIBCXX_TXN_SAFE_DYN _GLIBCXX_NOTHROW;
ISO C++ entities toplevel namespace is std.
Base class for all library exceptions.
virtual const char * what() const noexcept