Move HandshakeFailure to libp2p.security

This commit is contained in:
NIC619
2019-09-16 19:09:09 +08:00
parent 4cd5b77f10
commit d6dda91482
3 changed files with 6 additions and 5 deletions

View File

@ -0,0 +1,5 @@
from libp2p.exceptions import BaseLibp2pError
class HandshakeFailure(BaseLibp2pError):
pass