Update errors

This commit is contained in:
Simon Alibert
2025-03-04 11:24:05 +01:00
parent 2b24feb604
commit f6c1049474
2 changed files with 0 additions and 27 deletions

View File

@@ -1,9 +1,3 @@
class ConnectionError(Exception):
"""Base exception class for connection errors."""
pass
class DeviceNotConnectedError(ConnectionError):
"""Exception raised when the device is not connected."""