MCPcopy Create free account
hub / github.com/Illumina/paragraph / LogicError

Method LogicError

external/jsoncpp/jsoncpp.cpp:2674–2676  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2672 : Exception(msg)
2673{}
2674LogicError::LogicError(JSONCPP_STRING const& msg)
2675 : Exception(msg)
2676{}
2677JSONCPP_NORETURN void throwRuntimeError(JSONCPP_STRING const& msg)
2678{
2679 throw RuntimeError(msg);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected