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

Function throw_logic_error

extlibs/catch/include/catch/catch.hpp:10160–10163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10158#endif
10159
10160 [[noreturn]]
10161 void throw_logic_error(std::string const& msg) {
10162 throw_exception(std::logic_error(msg));
10163 }
10164
10165 [[noreturn]]
10166 void throw_domain_error(std::string const& msg) {

Callers

nothing calls this directly

Calls 1

throw_exceptionFunction · 0.85

Tested by

no test coverage detected