mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-03-24 06:01:26 +00:00
Finish first pass at secio implementation
This commit is contained in:
14
libp2p/security/secio/exceptions.py
Normal file
14
libp2p/security/secio/exceptions.py
Normal file
@ -0,0 +1,14 @@
|
||||
class SecioException(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class PeerMismatchException(SecioException):
|
||||
pass
|
||||
|
||||
|
||||
class InvalidSignatureOnExchange(SecioException):
|
||||
pass
|
||||
|
||||
|
||||
class HandshakeFailed(SecioException):
|
||||
pass
|
||||
Reference in New Issue
Block a user