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

Method OnException

DebugView++/LogView.cpp:206–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204}
205
206void CLogView::OnException()
207{
208 FUSION_REPORT_EXCEPTION("Unknown Exception");
209}
210
211void CLogView::OnException(const std::exception& ex)
212{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected