mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-01-09 14:27:10 +00:00
6 lines
115 B
Python
6 lines
115 B
Python
|
"""python-kasa exceptions."""
|
||
|
|
||
|
|
||
|
class SmartDeviceException(Exception):
|
||
|
"""Base exception for device errors."""
|