Searched refs:InvalidHIDCommunication (Results 1 – 2 of 2) sorted by relevance
26 class InvalidHIDCommunication(Exception): class419 raise InvalidHIDCommunication(f"Unexpected report type: {rtype}")421 raise InvalidHIDCommunication(f"Unexpected report number: {rnum}")424 raise InvalidHIDCommunication(
17 class InvalidHIDCommunication(Exception): class