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

Function throw_runtime_error

extlibs/catch/include/catch/catch.hpp:10170–10173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10168 }
10169
10170 [[noreturn]]
10171 void throw_runtime_error(std::string const& msg) {
10172 throw_exception(std::runtime_error(msg));
10173 }
10174
10175} // namespace Catch;
10176// end catch_enforce.cpp

Callers

nothing calls this directly

Calls 1

throw_exceptionFunction · 0.85

Tested by

no test coverage detected