mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-22 19:23:34 +00:00
6 lines
115 B
Python
6 lines
115 B
Python
|
"""python-kasa exceptions."""
|
||
|
|
||
|
|
||
|
class SmartDeviceException(Exception):
|
||
|
"""Base exception for device errors."""
|