Skip to content

Commit dba01f7

Browse files
committed
add MissingIssuer exception
1 parent dd1577a commit dba01f7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/cryptojwt/exception.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ class MissingKey(JWKESTException):
4343
""" No usable key """
4444

4545

46+
class MissingIssuer(JWKESTException):
47+
"""No usable issuer"""
48+
49+
4650
class KeyIOError(Exception):
4751
pass
4852

0 commit comments

Comments
 (0)