MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / OnException

Method OnException

DebugView++/SourceDlg.cpp:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void CSourceDlg::OnException()
56{
57 FUSION_REPORT_EXCEPTION("Unknown Exception");
58}
59
60void CSourceDlg::OnException(const std::exception& ex)
61{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected