mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
Have StreamError inherit from IOException
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
from libp2p.exceptions import BaseLibp2pError
|
from libp2p.io.exceptions import IOException
|
||||||
|
|
||||||
|
|
||||||
class StreamError(BaseLibp2pError):
|
class StreamError(IOException):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user