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

Function throw_logic_error

extern/Catch2/catch.hpp:10536–10539  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10534#endif
10535
10536 [[noreturn]]
10537 void throw_logic_error(std::string const& msg) {
10538 throw_exception(std::logic_error(msg));
10539 }
10540
10541 [[noreturn]]
10542 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