MCPcopy Create free account
hub / github.com/Kitware/VTK / throwRuntimeError

Function throwRuntimeError

ThirdParty/jsoncpp/vtkjsoncpp/jsoncpp.cpp:2646–2648  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2644RuntimeError::RuntimeError(String const& msg) : Exception(msg) {}
2645LogicError::LogicError(String const& msg) : Exception(msg) {}
2646JSONCPP_NORETURN void throwRuntimeError(String const& msg) {
2647 throw RuntimeError(msg);
2648}
2649JSONCPP_NORETURN void throwLogicError(String const& msg) {
2650 throw LogicError(msg);
2651}

Callers 7

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

Calls 1

RuntimeErrorClass · 0.85

Tested by

no test coverage detected