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