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

Function throw_exception

Source/ThirdParty/catch2/catch.hpp:3874–3877  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3872#if !defined(CATCH_CONFIG_DISABLE_EXCEPTIONS)
3873 template <typename Ex>
3874 [[noreturn]]
3875 void throw_exception(Ex const& e) {
3876 throw e;
3877 }
3878#else // ^^ Exceptions are enabled // Exceptions are disabled vv
3879 [[noreturn]]
3880 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