MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / handleRunawayException

Method handleRunawayException

src/qt/bitcoin.cpp:250–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248}
249
250void BitcoinCore::handleRunawayException(const std::exception *e)
251{
252 PrintExceptionContinue(e, "Runaway exception");
253 Q_EMIT runawayException(QString::fromStdString(m_node.getWarnings("gui")));
254}
255
256void BitcoinCore::initialize()
257{

Callers 1

mainFunction · 0.80

Calls 2

PrintExceptionContinueFunction · 0.85
getWarningsMethod · 0.80

Tested by

no test coverage detected