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

Function throwRuntimeError

vrclient_x64/jsoncpp.cpp:2607–2610  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2605 : Exception(msg)
2606{}
2607void throwRuntimeError(std::string const& msg)
2608{
2609 throw RuntimeError(msg);
2610}
2611void throwLogicError(std::string const& msg)
2612{
2613 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