MCPcopy Create free account
hub / github.com/Profactor/cv-plot / throw_logic_error

Function throw_logic_error

CvPlot/ext/catch2/inc/catch.hpp:10414–10417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10412#endif
10413
10414 [[noreturn]]
10415 void throw_logic_error(std::string const& msg) {
10416 throw_exception(std::logic_error(msg));
10417 }
10418
10419 [[noreturn]]
10420 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