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 627d779 commit d85af2cCopy full SHA for d85af2c
src/anyvlm/anyvar/base_client.py
@@ -5,7 +5,11 @@
5
from anyvar.utils.types import VrsVariation
6
7
8
-class AnyVarConnectionError(Exception):
+class AnyVarClientError(Exception):
9
+ """Generic client-related exception."""
10
+
11
12
+class AnyVarConnectionError(AnyVarClientError):
13
"""Raise for network/communication failures when making calls to AnyVar instance"""
14
15
0 commit comments