Skip to content

Commit 4d2f3ca

Browse files
committed
Removed duplicated exceptions.
1 parent 03ca4ae commit 4d2f3ca

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/cryptojwt/exception.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -99,18 +99,10 @@ class WrongKeyType(JWKESTException):
9999
pass
100100

101101

102-
class UnknownKeyType(JWKESTException):
103-
pass
104-
105-
106102
class UnsupportedKeyType(JWKESTException):
107103
pass
108104

109105

110-
class UpdateFailed(JWKESTException):
111-
pass
112-
113-
114106
class WrongUsage(JWKESTException):
115107
pass
116108

0 commit comments

Comments
 (0)