We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aa2efa commit 6a9acf9Copy full SHA for 6a9acf9
servercom/implementations/circuitpy.py
@@ -92,9 +92,6 @@ class BatteryLevel(DataPoint):
92
def __init__(self, value: int):
93
super().__init__(DataClass.BATTERY, value)
94
95
-class ConnectionError(Exception):
96
- """Indicates an issue with the server connection"""
97
-
98
class AuthorizationError(ConnectionError):
99
"""Indicates an issue with the team credentials"""
100
0 commit comments