Add RawConnError
This commit is contained in:
parent
76af835af8
commit
cb632fa509
5
libp2p/network/connection/exceptions.py
Normal file
5
libp2p/network/connection/exceptions.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
from libp2p.io.exceptions import IOException
|
||||
|
||||
|
||||
class RawConnError(IOException):
|
||||
pass
|
Loading…
Reference in New Issue
Block a user