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

Function throwRuntimeError

external/jsoncpp/jsoncpp.cpp:2606–2608  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2604RuntimeError::RuntimeError(String const &msg) : Exception(msg) {}
2605LogicError::LogicError(String const &msg) : Exception(msg) {}
2606JSONCPP_NORETURN void throwRuntimeError(String const &msg) {
2607 throw RuntimeError(msg);
2608}
2609JSONCPP_NORETURN void throwLogicError(String const &msg) {
2610 throw LogicError(msg);
2611}

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