Skip to content

Commit ef476dc

Browse files
committed
Added documentation and done some clean up.
1 parent 4fa385f commit ef476dc

File tree

3 files changed

+298
-106
lines changed

3 files changed

+298
-106
lines changed

src/cryptojwt/exception.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,6 @@ class UnSupported(JWKESTException):
7474
class MissingValue(JWKESTException):
7575
pass
7676

77+
7778
class VerificationError(JWKESTException):
7879
pass

0 commit comments

Comments
 (0)