Skip to content

Commit e46b725

Browse files
committed
Add FeatureError
1 parent d34e768 commit e46b725

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

plugwise_usb/exceptions.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ class EnergyError(PlugwiseException):
1313
"""Energy error."""
1414

1515

16+
class FeatureError(PlugwiseException):
17+
"""Feature error."""
18+
19+
1620
class MessageError(PlugwiseException):
1721
"""Message errors."""
1822

0 commit comments

Comments
 (0)