_Noreturn void __throw_or_abort(const char *what) noexcept
Aborts the process instead of throwing an exception.
This is the internal header file of the utilities library.
This header file is part of the utilities library; it contains the C++ exception declarations.
#define _Noreturn
A function declared with a _Noreturn function specifier SHALL not return to its caller.