MCPcopy Create free account
hub / github.com/RenderKit/embree / reportFatal

Function reportFatal

tutorials/external/catch.hpp:8676–8678  ·  view source on GitHub ↗

Report the error condition

Source from the content-addressed store, hash-verified

8674namespace {
8675 // Report the error condition
8676 void reportFatal( char const * const message ) {
8677 Catch::getCurrentContext().getResultCapture()->handleFatalErrorCondition( message );
8678 }
8679}
8680
8681#endif // signals/SEH handling

Callers 2

handleSignalMethod · 0.85

Calls 2

getResultCaptureMethod · 0.80

Tested by

no test coverage detected