Add InconsistentNonce
in secio
This commit is contained in:
parent
359bcf45ff
commit
c7593bff97
|
@ -24,3 +24,7 @@ class InvalidSignatureOnExchange(SecioException):
|
|||
|
||||
class IncompatibleChoices(SecioException):
|
||||
pass
|
||||
|
||||
|
||||
class InconsistentNonce(SecioException):
|
||||
pass
|
||||
|
|
Loading…
Reference in New Issue
Block a user