MCPcopy Create free account
hub / github.com/RenderKit/oidn / catch

Function catch

external/catch.hpp:13560–13563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13558 }
13559#if !defined(CATCH_CONFIG_DISABLE_EXCEPTIONS)
13560 catch( std::exception& ex ) {
13561 Catch::cerr() << ex.what() << std::endl;
13562 return MaxExitCode;
13563 }
13564#endif
13565 }
13566

Callers

nothing calls this directly

Calls 1

whatMethod · 0.45

Tested by

no test coverage detected