Skip to content

Commit 0f97ff6

Browse files
committed
exceptions
1 parent e7f4d57 commit 0f97ff6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

clients/python/src/osparc/_exceptions.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
from functools import wraps
22

33
from httpx import HTTPStatusError
4-
from osparc_client import ApiException
4+
5+
from osparc_client.exceptions import OpenApiException as OpenApiException
6+
from osparc_client.exceptions import ApiTypeError as ApiTypeError
7+
from osparc_client.exceptions import ApiValueError as ApiValueError
8+
from osparc_client.exceptions import ApiKeyError as ApiKeyError
9+
from osparc_client.exceptions import ApiException as ApiException
510

611

712
class VisibleDeprecationWarning(UserWarning):

0 commit comments

Comments
 (0)