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

Function throw_exception

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

Source from the content-addressed store, hash-verified

3828#if !defined(CATCH_CONFIG_DISABLE_EXCEPTIONS)
3829 template <typename Ex>
3830 [[noreturn]]
3831 void throw_exception(Ex const& e) {
3832 throw e;
3833 }
3834#else // ^^ Exceptions are enabled // Exceptions are disabled vv
3835 [[noreturn]]
3836 void throw_exception(std::exception const& e);

Callers 6

FilterGeneratorMethod · 0.85
ChunkGeneratorMethod · 0.85
IteratorGeneratorMethod · 0.85
throw_logic_errorFunction · 0.85
throw_domain_errorFunction · 0.85
throw_runtime_errorFunction · 0.85

Calls 1

whatMethod · 0.45

Tested by

no test coverage detected