MCPcopy Create free account
hub / github.com/SOUI2/soui / throwRuntimeError

Function throwRuntimeError

third-part/jsoncpp/src/lib_json/json_value.cpp:208–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206 : Exception(msg)
207{}
208JSONCPP_NORETURN void throwRuntimeError(JSONCPP_STRING const& msg)
209{
210 throw RuntimeError(msg);
211}
212JSONCPP_NORETURN void throwLogicError(JSONCPP_STRING const& msg)
213{
214 throw LogicError(msg);

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