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

Function throw_runtime_error

Source/ThirdParty/catch2/catch.hpp:10541–10544  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10539 }
10540
10541 [[noreturn]]
10542 void throw_runtime_error(std::string const& msg) {
10543 throw_exception(std::runtime_error(msg));
10544 }
10545
10546} // namespace Catch;
10547// end catch_enforce.cpp

Callers

nothing calls this directly

Calls 1

throw_exceptionFunction · 0.85

Tested by

no test coverage detected