MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / throw_exception

Function throw_exception

tests/catch.hpp:3456–3459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3454#if !defined(CATCH_CONFIG_DISABLE_EXCEPTIONS)
3455 template <typename Ex>
3456 [[noreturn]]
3457 void throw_exception(Ex const& e) {
3458 throw e;
3459 }
3460#else // ^^ Exceptions are enabled // Exceptions are disabled vv
3461 [[noreturn]]
3462 void throw_exception(std::exception const& e);

Callers 1

FilterGeneratorMethod · 0.85

Calls 1

whatMethod · 0.80

Tested by

no test coverage detected