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

Function reportFatal

unittests/catch.hpp:7312–7314  ·  view source on GitHub ↗

Report the error condition

Source from the content-addressed store, hash-verified

7310namespace {
7311 // Report the error condition
7312 void reportFatal( char const * const message ) {
7313 Catch::getCurrentContext().getResultCapture()->handleFatalErrorCondition( message );
7314 }
7315}
7316
7317#endif // signals/SEH handling

Callers 2

handleSignalMethod · 0.85

Calls 2

getResultCaptureMethod · 0.80

Tested by

no test coverage detected