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

Method OnException

DebugView++/RegExDlg.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23END_MSG_MAP()
24
25void CRegExDlg::OnException()
26{
27 FUSION_REPORT_EXCEPTION("Unknown Exception");
28}
29
30void CRegExDlg::OnException(const std::exception& ex)
31{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected