Browse Source
added KeycloakDeprecationException
add exception to indicate a deprecation case
pull/119/head
domste
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
keycloak/exceptions.py
|
@ -53,6 +53,9 @@ class KeycloakOperationError(KeycloakError): |
|
|
pass |
|
|
pass |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class KeycloakDeprecationError(KeycloakError): |
|
|
|
|
|
pass |
|
|
|
|
|
|
|
|
class KeycloakGetError(KeycloakOperationError): |
|
|
class KeycloakGetError(KeycloakOperationError): |
|
|
pass |
|
|
pass |
|
|
|
|
|
|
|
|