MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / reportFatal

Function reportFatal

extlibs/catch/include/catch/catch.hpp:10378–10380  ·  view source on GitHub ↗

Report the error condition

Source from the content-addressed store, hash-verified

10376namespace {
10377 // Report the error condition
10378 void reportFatal( char const * const message ) {
10379 Catch::getCurrentContext().getResultCapture()->handleFatalErrorCondition( message );
10380 }
10381}
10382
10383#endif // signals/SEH handling

Callers 2

handleSignalMethod · 0.85

Calls 2

getResultCaptureMethod · 0.80

Tested by

no test coverage detected