Skip to content

Commit 6bd5ef3

Browse files
author
Ivica Matic
committed
fix: added export for exceptions
1 parent 4beda29 commit 6bd5ef3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed
Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
11
from .apim_subscriptions_manager import ApimSubscriptionsManager
2-
from .apim_subscriptions_manager import *
2+
from .apim_subscriptions_manager import (
3+
APIMUserAlreadyExistsError,
4+
APIMUserCreationError,
5+
APIMUserNotFoundError,
6+
APIMSubscriptionAlreadyExistsError,
7+
APIMSubscriptionCreationError,
8+
APIMSubscriptionNotFoundError,
9+
APIMSubscriptionKeyRefreshError,
10+
)

0 commit comments

Comments
 (0)