We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd1577a commit dba01f7Copy full SHA for dba01f7
1 file changed
src/cryptojwt/exception.py
@@ -43,6 +43,10 @@ class MissingKey(JWKESTException):
43
""" No usable key """
44
45
46
+class MissingIssuer(JWKESTException):
47
+ """No usable issuer"""
48
+
49
50
class KeyIOError(Exception):
51
pass
52
0 commit comments