MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / OpenError

Method OpenError

Libraries/unrar/errhnd.cpp:28–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27
28void ErrorHandler::OpenError(const wchar *FileName)
29{
30#ifndef SILENT
31 OpenErrorMsg(FileName);
32 Exit(RARX_OPEN);
33#endif
34}
35
36
37void ErrorHandler::CloseError(const wchar *FileName)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected