32#define __EXCEPTION_H 1
34#pragma GCC system_header
40namespace std _GLIBCXX_VISIBILITY(default)
63 virtual ~exception() _GLIBCXX_TXN_SAFE_DYN _GLIBCXX_NOTHROW;
64#if __cplusplus >= 201103L
74 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