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

Method RuntimeError

external/jsoncpp/jsoncpp.cpp:2671–2673  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2669 return msg_.c_str();
2670}
2671RuntimeError::RuntimeError(JSONCPP_STRING const& msg)
2672 : Exception(msg)
2673{}
2674LogicError::LogicError(JSONCPP_STRING const& msg)
2675 : Exception(msg)
2676{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected