CppCommon 1.0.6.0
C++ Common Library
Loading...
Searching...
No Matches
fatal.cpp File Reference

Fatal abort execution implementation. More...

#include "errors/fatal.h"
#include <cstdlib>
#include <iostream>

Go to the source code of this file.

Namespaces

namespace  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.
void CppCommon::fatal (const SourceLocation &location, const StackTrace &trace, const std::exception &fatal) noexcept
 Fatal abort execution.

Detailed Description

Fatal abort execution implementation.

Author
Ivan Shynkarenka
Date
04.04.2016

Definition in file fatal.cpp.