Steven B
8c39e81a40
Rename and deprecate exception classes (#739)
# Public #
SmartDeviceException -> KasaException
UnsupportedDeviceException(SmartDeviceException) -> UnsupportedDeviceError(KasaException)
TimeoutException(SmartDeviceException, asyncio.TimeoutError) -> TimeoutError(KasaException, asyncio.TimeoutError)
Add new exception for error codes -> DeviceError(KasaException)
AuthenticationException(SmartDeviceException) -> AuthenticationError(DeviceError)
# Internal #
RetryableException(SmartDeviceException) -> _RetryableError(DeviceError)
ConnectionException(SmartDeviceException) -> _ConnectionError(KasaException)
2024-02-21 16:52:55 +01:00
..
2024-02-21 16:52:55 +01:00
2024-02-21 16:52:55 +01:00
2024-02-21 16:52:55 +01:00
2024-02-21 16:52:55 +01:00
2024-02-21 16:52:55 +01:00
2024-02-04 16:20:08 +01:00
2024-02-21 16:52:55 +01:00
2024-01-03 19:26:52 +01:00
2024-02-21 16:52:55 +01:00
2024-02-04 16:20:08 +01:00
2024-02-21 16:52:55 +01:00
2024-02-21 16:52:55 +01:00
2024-02-21 16:52:55 +01:00
2022-03-21 22:10:12 +01:00
2024-02-02 17:29:14 +01:00
2024-02-21 16:52:55 +01:00
2024-02-19 21:11:11 +01:00
2024-02-21 16:52:55 +01:00
2024-02-21 16:52:55 +01:00
2024-01-23 15:29:27 +00:00
2024-02-21 16:52:55 +01:00
2024-02-21 16:52:55 +01:00
2024-02-04 16:20:08 +01:00
2024-01-26 06:57:56 -10:00
2021-11-15 18:21:24 +01:00
2024-02-21 16:52:55 +01:00
2024-02-21 16:52:55 +01:00