MCPcopy Create free account
hub / github.com/HoShiMin/Kernel-Bridge / RaiseHandler

Function RaiseHandler

Kernel-Bridge/API/CppSupport.cpp:221–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219 }
220
221 [[noreturn]]
222 void __cdecl RaiseHandler(const std::exception&)
223 {
224 RaiseException(KMODE_EXCEPTION_NOT_HANDLED);
225 }
226
227 _Prhand _Raise_handler = &RaiseHandler;
228}

Callers

nothing calls this directly

Calls 1

RaiseExceptionFunction · 0.85

Tested by

no test coverage detected