Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
END_MSG_MAP()
24
25
void CRegExDlg::OnException()
26
{
27
FUSION_REPORT_EXCEPTION(
"Unknown Exception"
);
28
}
29
30
void CRegExDlg::OnException(const std::exception& ex)
31
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected