6 lines
98 B
Python
6 lines
98 B
Python
|
from libp2p.exceptions import BaseLibp2pError
|
||
|
|
||
|
|
||
|
class HandshakeFailure(BaseLibp2pError):
|
||
|
pass
|