Exception’s¶
-
exception
WinAPIError¶ Global handler for win32api errors
-
exception
PymemError¶ Custom Pymem exception class.
Except on this class to catch all Pymem specific Exception’s
-
exception
ProcessError(PymemError)¶ Raised when something required by a process handle went wrong
-
exception
ProcessNotFound(ProcessError)¶ Raised when process not found
-
exception
CouldNotOpenProcess(ProcessError)¶ Raised when process could not be opened
-
exception
PymemMemoryError(PymemError)¶ Raised when a memory error occured
-
exception
MemoryReadError(PymemMemoryError)¶ Raised when a memory read error occured
-
exception
MemoryWriteError(PymemMemoryError)¶ Raised when a memory write error occured