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

Method what

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

Source from the content-addressed store, hash-verified

2654Exception::Exception(JSONCPP_STRING const& msg) : msg_(msg) {}
2655Exception::~Exception() JSONCPP_NOEXCEPT {}
2656char const* Exception::what() const JSONCPP_NOEXCEPT { return msg_.c_str(); }
2657RuntimeError::RuntimeError(JSONCPP_STRING const& msg) : Exception(msg) {}
2658LogicError::LogicError(JSONCPP_STRING const& msg) : Exception(msg) {}
2659JSONCPP_NORETURN void throwRuntimeError(JSONCPP_STRING const& msg) {

Callers 6

GSDKInternalMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected