Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CobaltFusion/DebugViewPP
/ OnException
Method
OnException
DebugView++/MainFrame.cpp:146–149 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
144
}
145
146
void CMainFrame::OnException()
147
{
148
FUSION_REPORT_EXCEPTION(
"Unknown Exception"
);
149
}
150
151
void CMainFrame::OnException(const std::exception& ex)
152
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected