Repository URL to install this package:
|
Version:
0.4.4 ▾
|
python-miio
/
exceptions.py
|
|---|
class DeviceException(Exception):
"""Exception wrapping any communication errors with the device."""
pass
class DeviceError(DeviceException):
"""Exception communicating an error delivered by the target device."""
pass