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

Method handleUnexpectedInflightException

tutorials/external/catch.hpp:6350–6352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6348 }
6349
6350 void AssertionHandler::handleUnexpectedInflightException() {
6351 m_resultCapture.handleUnexpectedInflightException( m_assertionInfo, Catch::translateActiveException(), m_reaction );
6352 }
6353
6354 void AssertionHandler::handleExceptionThrownAsExpected() {
6355 m_resultCapture.handleNonExpr(m_assertionInfo, ResultWas::Ok, m_reaction);

Callers

nothing calls this directly

Calls 2

translateActiveExceptionFunction · 0.85
LazyExpressionClass · 0.85

Tested by

no test coverage detected