MCPcopy Create free account
hub / github.com/catchorg/Catch2 / makeExceptionHappenedString

Function makeExceptionHappenedString

extras/catch_amalgamated.cpp:2146–2150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2144 }
2145
2146 std::string makeExceptionHappenedString() {
2147 return "{ stringification failed with an exception: \"" +
2148 translateActiveException() + "\" }";
2149
2150 }
2151
2152} // end Detail namespace
2153

Callers 1

Calls 1

translateActiveExceptionFunction · 0.70

Tested by

no test coverage detected