MCPcopy Create free account
hub / github.com/bblanchon/ArduinoJson / catch

Function catch

extras/tests/catch/catch.hpp:13573–13576  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13571 }
13572#if !defined(CATCH_CONFIG_DISABLE_EXCEPTIONS)
13573 catch( std::exception& ex ) {
13574 Catch::cerr() << ex.what() << std::endl;
13575 return MaxExitCode;
13576 }
13577#endif
13578 }
13579

Callers

nothing calls this directly

Calls 1

whatMethod · 0.45

Tested by

no test coverage detected