MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / throwRuntimeError

Function throwRuntimeError

Sources/Dependencies/jsoncpp/value.cpp:205–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203 LogicError::LogicError(StringContainer const& msg) : Exception(msg) {
204 }
205 JSONCPP_NORETURN void throwRuntimeError(StringContainer const& msg) {
206 throw RuntimeError(msg);
207 }
208 JSONCPP_NORETURN void throwLogicError(StringContainer const& msg) {
209 throw LogicError(msg);
210 }

Callers 6

duplicateStringValueFunction · 0.85
newStreamWriterMethod · 0.85
readValueMethod · 0.85
readObjectMethod · 0.85
ValueIteratorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected