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

Function throwRuntimeError

external/jsoncpp/jsoncpp.cpp:2677–2680  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2675 : Exception(msg)
2676{}
2677JSONCPP_NORETURN void throwRuntimeError(JSONCPP_STRING const& msg)
2678{
2679 throw RuntimeError(msg);
2680}
2681JSONCPP_NORETURN void throwLogicError(JSONCPP_STRING const& msg)
2682{
2683 throw LogicError(msg);

Callers 7

readValueMethod · 0.85
readObjectMethod · 0.85
jsoncpp.cppFile · 0.85
ValueIteratorMethod · 0.85
duplicateStringValueFunction · 0.85
newStreamWriterMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected