diff --git a/tuhi/protocol.py b/tuhi/protocol.py index 3d3434e..ea31648 100644 --- a/tuhi/protocol.py +++ b/tuhi/protocol.py @@ -343,7 +343,7 @@ class ProtocolError(Exception): self.message = message -class AuthorizationError(Exception): +class AuthorizationError(ProtocolError): ''' The device does not recognize our UUID. '''