Skip to content

Commit dd7429b

Browse files
committed
bug: APIError should extend Exception, not BaseException
1 parent 5d2685a commit dd7429b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cellengine/utils/api_client/APIError.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
class APIError(BaseException):
1+
class APIError(Exception):
22
"""Raised when the CellEngine API responds with an error."""
33

44
url: str

0 commit comments

Comments
 (0)