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

Method LogicError

src/jsoncpp.cpp:2605–2607  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2603 : Exception(msg)
2604{}
2605LogicError::LogicError(std::string const& msg)
2606 : Exception(msg)
2607{}
2608void throwRuntimeError(std::string const& msg)
2609{
2610 throw RuntimeError(msg);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected