MCPcopy Create free account
hub / github.com/Samsung/UTopia / what

Method what

external/jsoncpp/jsoncpp.cpp:2603–2603  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2601Exception::Exception(String msg) : msg_(std::move(msg)) {}
2602Exception::~Exception() JSONCPP_NOEXCEPT {}
2603char const *Exception::what() const JSONCPP_NOEXCEPT { return msg_.c_str(); }
2604RuntimeError::RuntimeError(String const &msg) : Exception(msg) {}
2605LogicError::LogicError(String const &msg) : Exception(msg) {}
2606JSONCPP_NORETURN void throwRuntimeError(String const &msg) {

Callers 4

fromJsonMethod · 0.45
fromJsonMethod · 0.45
fromJsonMethod · 0.45
fromJsonMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected