MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / throwRuntimeError

Function throwRuntimeError

src/share/jsoncpp/jsoncpp.cpp:2656–2659  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2654 : Exception(msg)
2655{}
2656JSONCPP_NORETURN void throwRuntimeError(JSONCPP_STRING const& msg)
2657{
2658 throw RuntimeError(msg);
2659}
2660JSONCPP_NORETURN void throwLogicError(JSONCPP_STRING const& msg)
2661{
2662 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