MCPcopy 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
112void CriticalError(const String &inErr, bool inAllowFixup)
113{
114 CriticalErrorHandler(inErr, inAllowFixup);
115}
116
117
118#ifdef HXCPP_CATCH_SEGV

Callers 2

__hxcpp_dbg_checkedThrowFunction · 0.85

Calls 1

CriticalErrorHandlerFunction · 0.85

Tested by

no test coverage detected