Add RawConnError

This commit is contained in:
NIC619
2019-09-16 18:35:48 +08:00
parent 76af835af8
commit cb632fa509

View File

@ -0,0 +1,5 @@
from libp2p.io.exceptions import IOException
class RawConnError(IOException):
pass