Files
homeassistant/custom_components/dreame_vacuum/dreame/exceptions.py
2024-12-18 13:26:06 +01:00

15 lines
282 B
Python

class DeviceException(Exception):
"""Exception wrapping any communication errors with the device."""
class DeviceUpdateFailedException(DeviceException):
""" """
class InvalidValueException(ValueError):
""" """
class InvalidActionException(ValueError):
""" """