MCPcopy Create free account
hub / github.com/Illumina/paragraph / Exception

Method Exception

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

Source from the content-addressed store, hash-verified

2660namespace Json {
2661
2662Exception::Exception(JSONCPP_STRING const& msg)
2663 : msg_(msg)
2664{}
2665Exception::~Exception() JSONCPP_NOEXCEPT
2666{}
2667char const* Exception::what() const JSONCPP_NOEXCEPT

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected