MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / Exception

Method Exception

src/jsoncpp.cpp:2593–2595  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2591namespace Json {
2592
2593Exception::Exception(std::string const& msg)
2594 : msg_(msg)
2595{}
2596Exception::~Exception() throw()
2597{}
2598char const* Exception::what() const throw()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected