SecioException
inherit from HandshakeFailure
This commit is contained in:
parent
d6dda91482
commit
359bcf45ff
|
@ -1,4 +1,7 @@
|
|||
class SecioException(Exception):
|
||||
from libp2p.security.exceptions import HandshakeFailure
|
||||
|
||||
|
||||
class SecioException(HandshakeFailure):
|
||||
pass
|
||||
|
||||
|
||||
|
@ -19,9 +22,5 @@ class InvalidSignatureOnExchange(SecioException):
|
|||
pass
|
||||
|
||||
|
||||
class HandshakeFailed(SecioException):
|
||||
pass
|
||||
|
||||
|
||||
class IncompatibleChoices(SecioException):
|
||||
pass
|
||||
|
|
Loading…
Reference in New Issue
Block a user