MCPcopy Create free account
hub / github.com/Samsung/ONE / throwRuntimeError

Function throwRuntimeError

runtime/3rdparty/jsoncpp/jsoncpp.cpp:2856–2856  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2854RuntimeError::RuntimeError(String const &msg) : Exception(msg) {}
2855LogicError::LogicError(String const &msg) : Exception(msg) {}
2856JSONCPP_NORETURN void throwRuntimeError(String const &msg) { throw RuntimeError(msg); }
2857JSONCPP_NORETURN void throwLogicError(String const &msg) { throw LogicError(msg); }
2858#else // !JSON_USE_EXCEPTION
2859JSONCPP_NORETURN void throwRuntimeError(String const &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