MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / catch

Function catch

extlibs/catch/include/catch/catch.hpp:12931–12934  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12929 }
12930#if !defined(CATCH_CONFIG_DISABLE_EXCEPTIONS)
12931 catch( std::exception& ex ) {
12932 Catch::cerr() << ex.what() << std::endl;
12933 return MaxExitCode;
12934 }
12935#endif
12936 }
12937

Callers

nothing calls this directly

Calls 1

whatMethod · 0.45

Tested by

no test coverage detected