CppCommon
1.0.4.1
C++ Common Library
|
Fatal abort execution implementation. More...
Go to the source code of this file.
Namespaces | |
CppCommon | |
C++ Common project definitions. | |
Functions | |
void | CppCommon::fatal (const SourceLocation &location, const StackTrace &trace, const std::string &message, int error=SystemError::GetLast()) noexcept |
Fatal abort execution. More... | |
void | CppCommon::fatal (const SourceLocation &location, const StackTrace &trace, const std::exception &fatal) noexcept |
Fatal abort execution. More... | |
Fatal abort execution implementation.
Definition in file fatal.cpp.