Searched refs:HwIdException (Results 1 – 3 of 3) sorted by relevance
22 class HwIdException(Exception): class65 raise HwIdException('error retrieving raw hwid info: %s' % e)70 raise HwIdException('error decoding hwid info: %s - "%s"' %
76 self.validate_exception(hwid_lib.HwIdException, 'hwid',86 self.validate_exception(hwid_lib.HwIdException, 'hwid',
588 except hwid_lib.HwIdException as e: