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

Method exceptionEarlyReported

unittests/catch.hpp:8727–8729  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8725 }
8726
8727 void RunContext::exceptionEarlyReported() {
8728 m_shouldReportUnexpected = false;
8729 }
8730
8731 void RunContext::handleFatalErrorCondition( StringRef message ) {
8732 // First notify reporter that bad things happened

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected