Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ CriticalError
Function
CriticalError
src/hx/Debug.cpp:112–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
}
111
112
void CriticalError(const String &inErr, bool inAllowFixup)
113
{
114
CriticalErrorHandler(inErr, inAllowFixup);
115
}
116
117
118
#ifdef HXCPP_CATCH_SEGV
Callers
2
__hxcpp_dbg_checkedThrow
Function · 0.85
__hxcpp_dbg_checkedRethrow
Function · 0.85
Calls
1
CriticalErrorHandler
Function · 0.85
Tested by
no test coverage detected