Add RawConnError

This commit is contained in:
NIC619 2019-09-16 18:35:48 +08:00
parent 76af835af8
commit cb632fa509
No known key found for this signature in database
GPG Key ID: 570C35F5C2D51B17

View File

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