MCPcopy Create free account
hub / github.com/ElementsProject/elements / handleRunawayException

Method handleRunawayException

src/qt/initexecutor.cpp:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34void InitExecutor::handleRunawayException(const std::exception* e)
35{
36 PrintExceptionContinue(e, "Runaway exception");
37 Q_EMIT runawayException(QString::fromStdString(m_node.getWarnings().translated));
38}
39
40void InitExecutor::initialize()
41{

Callers

nothing calls this directly

Calls 2

PrintExceptionContinueFunction · 0.85
getWarningsMethod · 0.80

Tested by

no test coverage detected