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

Function throwRuntimeError

src/jsoncpp.cpp:2608–2611  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2606 : Exception(msg)
2607{}
2608void throwRuntimeError(std::string const& msg)
2609{
2610 throw RuntimeError(msg);
2611}
2612void throwLogicError(std::string const& msg)
2613{
2614 throw LogicError(msg);

Callers 7

readValueMethod · 0.85
readObjectMethod · 0.85
jsoncpp.cppFile · 0.85
ValueIteratorMethod · 0.85
duplicateStringValueFunction · 0.85
newStreamWriterMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected