MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / throwRuntimeError

Function throwRuntimeError

json/jsoncpp.cpp:2662–2664  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2660RuntimeError::RuntimeError(JSONCPP_STRING const& msg) : Exception(msg) {}
2661LogicError::LogicError(JSONCPP_STRING const& msg) : Exception(msg) {}
2662JSONCPP_NORETURN void throwRuntimeError(JSONCPP_STRING const& msg) {
2663 throw RuntimeError(msg);
2664}
2665JSONCPP_NORETURN void throwLogicError(JSONCPP_STRING const& msg) {
2666 throw LogicError(msg);
2667}

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