MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / throwRuntimeError

Function throwRuntimeError

Source/JSON/jsoncpp.cpp:2336–2338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2334LogicError::LogicError(std::string const& msg)
2335 : Exception(msg) {}
2336void throwRuntimeError(std::string const& msg) {
2337 throw RuntimeError(msg);
2338}
2339void throwLogicError(std::string const& msg) {
2340 throw LogicError(msg);
2341}

Callers 6

readValueMethod · 0.70
readObjectMethod · 0.70
jsoncpp.cppFile · 0.70
duplicateStringValueFunction · 0.70
newStreamWriterMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected