MCPcopy Create free account
hub / github.com/catchorg/Catch2 / throw_runtime_error

Function throw_runtime_error

extras/catch_amalgamated.cpp:4081–4084  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4079 }
4080
4081 [[noreturn]]
4082 void throw_runtime_error(std::string const& msg) {
4083 throw_exception(std::runtime_error(msg));
4084 }
4085
4086
4087

Callers

nothing calls this directly

Calls 1

throw_exceptionFunction · 0.70

Tested by

no test coverage detected