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

Function throw_domain_error

extlibs/catch/include/catch/catch.hpp:10165–10168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10163 }
10164
10165 [[noreturn]]
10166 void throw_domain_error(std::string const& msg) {
10167 throw_exception(std::domain_error(msg));
10168 }
10169
10170 [[noreturn]]
10171 void throw_runtime_error(std::string const& msg) {

Callers

nothing calls this directly

Calls 1

throw_exceptionFunction · 0.85

Tested by

no test coverage detected