MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / what

Method what

Sources/Dependencies/jsoncpp/value.cpp:198–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196 }
197 Exception::~Exception() noexcept = default;
198 char const* Exception::what() const noexcept {
199 return msg_.c_str();
200 }
201 RuntimeError::RuntimeError(StringContainer const& msg) : Exception(msg) {
202 }
203 LogicError::LogicError(StringContainer const& msg) : Exception(msg) {

Callers 5

jjRegexMatchFunction · 0.80
jjRegexMatchWithResultsFunction · 0.80
jjRegexSearchFunction · 0.80
jjRegexSearchWithResultsFunction · 0.80
jjRegexReplaceFunction · 0.80

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected