MCPcopy Create free account
hub / github.com/Norbyte/ositools / ErrorUtils

Method ErrorUtils

OsiLoader/Utils.cpp:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31std::unique_ptr<ErrorUtils> gErrorUtils;
32
33ErrorUtils::ErrorUtils()
34{
35 if (FindModule()) {
36 FindErrorFuncs();
37 }
38}
39
40void ErrorUtils::ShowError(wchar_t const * msg)
41{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected