MCPcopy Create free account
hub / github.com/Profactor/cv-plot / catch

Function catch

CvPlot/ext/catch2/inc/catch.hpp:13336–13339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13334 }
13335#if !defined(CATCH_CONFIG_DISABLE_EXCEPTIONS)
13336 catch( std::exception& ex ) {
13337 Catch::cerr() << ex.what() << std::endl;
13338 return MaxExitCode;
13339 }
13340#endif
13341 }
13342

Callers

nothing calls this directly

Calls 1

whatMethod · 0.45

Tested by

no test coverage detected