MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / reportFatal

Function reportFatal

tests/catch.hpp:8450–8452  ·  view source on GitHub ↗

Report the error condition

Source from the content-addressed store, hash-verified

8448namespace {
8449 // Report the error condition
8450 void reportFatal( char const * const message ) {
8451 Catch::getCurrentContext().getResultCapture()->handleFatalErrorCondition( message );
8452 }
8453}
8454
8455#endif // signals/SEH handling

Callers 2

handleSignalMethod · 0.85

Calls 2

getResultCaptureMethod · 0.80

Tested by

no test coverage detected