Skip to content

Commit

Permalink
Derive from DeviceError
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi committed Jan 9, 2019
1 parent c65ccc3 commit 625b2f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miio/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ class DeviceError(DeviceException):
pass


class RecoverableError(DeviceException):
class RecoverableError(DeviceError):
"""Exception communicating an recoverable error delivered by the target device."""
pass

0 comments on commit 625b2f5

Please sign in to comment.