Skip to content

Commit 248b6ab

Browse files
authored
Update errors.py
1 parent 998d6d0 commit 248b6ab

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/cyphersyntax/errors.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ class InvalidSignatureError(CypherSyntaxError):
66
"""Raised when signature verification fails."""
77

88

9+
class KeyConfirmationError(CypherSyntaxError):
10+
"""Raised when handshake key confirmation fails."""
11+
12+
913
class ReplayDetectedError(CypherSyntaxError):
1014
"""Raised when a message sequence number is replayed."""
1115

0 commit comments

Comments
 (0)