Searched refs:HardwareException (Results 1 – 4 of 4) sorted by relevance
45 class HardwareException(Exception): class73 raise HardwareException("%s is too low (%s, min=%s)" %77 raise HardwareException("%s is too high (%s, max=%s)" %81 raise HardwareException("unexpected %s (%s, expected=%s)" %
11 from _hardware import HardwareException, Hardware334 except HardwareException as exception:344 except HardwareException as exception:
6 from _hardware import HardwareException, Expectation