MCPcopy Create free account
hub / github.com/PlayFab/gsdk / throwRuntimeError

Function throwRuntimeError

cpp/cppsdk/jsoncpp.cpp:2659–2661  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2657RuntimeError::RuntimeError(JSONCPP_STRING const& msg) : Exception(msg) {}
2658LogicError::LogicError(JSONCPP_STRING const& msg) : Exception(msg) {}
2659JSONCPP_NORETURN void throwRuntimeError(JSONCPP_STRING const& msg) {
2660 throw RuntimeError(msg);
2661}
2662JSONCPP_NORETURN void throwLogicError(JSONCPP_STRING const& msg) {
2663 throw LogicError(msg);
2664}

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