We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03ca4ae commit 4d2f3caCopy full SHA for 4d2f3ca
src/cryptojwt/exception.py
@@ -99,18 +99,10 @@ class WrongKeyType(JWKESTException):
99
pass
100
101
102
-class UnknownKeyType(JWKESTException):
103
- pass
104
-
105
106
class UnsupportedKeyType(JWKESTException):
107
108
109
110
-class UpdateFailed(JWKESTException):
111
112
113
114
class WrongUsage(JWKESTException):
115
116
0 commit comments