MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / throw_runtime_error

Function throw_runtime_error

extern/Catch2/catch.hpp:10546–10549  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10544 }
10545
10546 [[noreturn]]
10547 void throw_runtime_error(std::string const& msg) {
10548 throw_exception(std::runtime_error(msg));
10549 }
10550
10551} // namespace Catch;
10552// end catch_enforce.cpp

Callers

nothing calls this directly

Calls 1

throw_exceptionFunction · 0.85

Tested by

no test coverage detected