32#define __EXCEPTION_H 1
35#pragma GCC system_header
42namespace 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