We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d2685a commit dd7429bCopy full SHA for dd7429b
1 file changed
cellengine/utils/api_client/APIError.py
@@ -1,4 +1,4 @@
1
-class APIError(BaseException):
+class APIError(Exception):
2
"""Raised when the CellEngine API responds with an error."""
3
4
url: str
0 commit comments