We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2827d88 commit d28ee61Copy full SHA for d28ee61
gql/transport/exceptions.py
@@ -27,7 +27,7 @@ def __init__(self, message: str, code: Optional[int] = None):
27
self.code = code
28
29
30
-class TransportQueryError(Exception):
+class TransportQueryError(TransportError):
31
"""The server returned an error for a specific query.
32
33
This exception should not close the transport connection.
0 commit comments