MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / throw_exception

Function throw_exception

extlibs/catch/include/catch/catch.hpp:3778–3781  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3776#if !defined(CATCH_CONFIG_DISABLE_EXCEPTIONS)
3777 template <typename Ex>
3778 [[noreturn]]
3779 void throw_exception(Ex const& e) {
3780 throw e;
3781 }
3782#else // ^^ Exceptions are enabled // Exceptions are disabled vv
3783 [[noreturn]]
3784 void throw_exception(std::exception const& e);

Callers 5

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