Have StreamError
inherit from IOException
This commit is contained in:
parent
7483da762e
commit
68573e94d3
@ -1,7 +1,7 @@
|
||||
from libp2p.exceptions import BaseLibp2pError
|
||||
from libp2p.io.exceptions import IOException
|
||||
|
||||
|
||||
class StreamError(BaseLibp2pError):
|
||||
class StreamError(IOException):
|
||||
pass
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user