MCPcopy Create free account
hub / github.com/ComodoSecurity/openedr / throwRuntimeError

Function throwRuntimeError

edrav2/eprj/jsoncpp/src/lib_json/json_value.cpp:221–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219RuntimeError::RuntimeError(JSONCPP_STRING const& msg) : Exception(msg) {}
220LogicError::LogicError(JSONCPP_STRING const& msg) : Exception(msg) {}
221JSONCPP_NORETURN void throwRuntimeError(JSONCPP_STRING const& msg) {
222 throw RuntimeError(msg);
223}
224JSONCPP_NORETURN void throwLogicError(JSONCPP_STRING const& msg) {
225 throw LogicError(msg);
226}

Callers 6

readValueMethod · 0.85
readObjectMethod · 0.85
json_reader.cppFile · 0.85
newStreamWriterMethod · 0.85
duplicateStringValueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected