def __init__(self, winerr=None): if not winerr: winerr = ctypes.GetLastError() super().__init__(0, ctypes.FormatError(winerr), None, winerr)