| 31 | std::unique_ptr<ErrorUtils> gErrorUtils; |
| 32 | |
| 33 | ErrorUtils::ErrorUtils() |
| 34 | { |
| 35 | if (FindModule()) { |
| 36 | FindErrorFuncs(); |
| 37 | } |
| 38 | } |
| 39 | |
| 40 | void ErrorUtils::ShowError(wchar_t const * msg) |
| 41 | { |
nothing calls this directly
no outgoing calls
no test coverage detected