mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-04-02 12:01:27 +00:00
Move HandshakeFailure to libp2p.security
This commit is contained in:
5
libp2p/security/exceptions.py
Normal file
5
libp2p/security/exceptions.py
Normal file
@ -0,0 +1,5 @@
|
||||
from libp2p.exceptions import BaseLibp2pError
|
||||
|
||||
|
||||
class HandshakeFailure(BaseLibp2pError):
|
||||
pass
|
||||
Reference in New Issue
Block a user