Source code for usb_iss.exceptions

[docs]class UsbIssError(Exception): """ Raised when an error condition is detected by the usb_iss library. """ pass