MCPcopy Create free account
hub / github.com/apache/trafficserver / throw_logic_error

Function throw_logic_error

lib/catch2/catch.hpp:10538–10541  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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