6 lines
89 B
Python
6 lines
89 B
Python
from libp2p.io.exceptions import IOException
|
|
|
|
|
|
class RawConnError(IOException):
|
|
pass
|