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

Method Exception

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

Source from the content-addressed store, hash-verified

2652namespace Json {
2653
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) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected