Skip to content

Commit d14cf77

Browse files
committed
Merge branch 'master' of github.com:IdentityPython/cryptojwt
Conflicts: src/cryptojwt/jwk.py
2 parents 73b61c1 + 92e9480 commit d14cf77

File tree

4 files changed

+320
-114
lines changed

4 files changed

+320
-114
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)