We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d15c6d1 commit 8caf0b7Copy full SHA for 8caf0b7
src/conditions.lisp
@@ -58,9 +58,3 @@
58
(:documentation "Signaled when attempting to perform an operation on keys that are not supported")
59
(:report (lambda (condition stream)
60
(format stream "~a~&" (error-description condition)))))
61
-
62
-(define-condition invalid-signature-error (base-error)
63
- ()
64
- (:documentation "Signaled when signature verification has failed")
65
- (:report (lambda (condition stream)
66
- (format stream "~a~&" (error-description condition)))))
0 commit comments