MCPcopy Create free account
hub / github.com/apache/trafficserver / throw_exception

Function throw_exception

lib/catch2/catch.hpp:3876–3879  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3874#if !defined(CATCH_CONFIG_DISABLE_EXCEPTIONS)
3875 template <typename Ex>
3876 [[noreturn]]
3877 void throw_exception(Ex const& e) {
3878 throw e;
3879 }
3880#else // ^^ Exceptions are enabled // Exceptions are disabled vv
3881 [[noreturn]]
3882 void throw_exception(std::exception const& e);

Callers 7

FilterGeneratorMethod · 0.85
ChunkGeneratorMethod · 0.85
IteratorGeneratorMethod · 0.85
run_for_at_leastFunction · 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