mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-03-19 19:51:27 +00:00
Merge branch 'master' into fix/change-notifee-and-add-tests-for-swarm-conn-and-mplex
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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user