18 std::cerr <<
"Fatal error: " << message << std::endl;
19 std::cerr <<
"System error: " << error << std::endl;
21 std::cerr <<
"Source location: " << location.string() << std::endl;
22 std::cerr <<
"Stack trace: " << std::endl << trace.string() << std::endl;
28 std::cerr <<
fatal.what() << std::endl;
Stack trace snapshot provider.
static std::string Description()
Convert the last system error code to the system error description.
Fatal abort execution definition.
C++ Common project definitions.
void fatal(const SourceLocation &location, const StackTrace &trace, const std::string &message, int error=SystemError::GetLast()) noexcept
Fatal abort execution.