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

Method OnException

DebugView++/SourcesDlg.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38void CSourcesDlg::OnException()
39{
40 FUSION_REPORT_EXCEPTION("Unknown Exception");
41}
42
43void CSourcesDlg::OnException(const std::exception& ex)
44{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected