Add MultiselectCommunicatorError
This commit is contained in:
parent
68573e94d3
commit
905a473ac3
|
@ -1,6 +1,10 @@
|
|||
from libp2p.exceptions import BaseLibp2pError
|
||||
|
||||
|
||||
class MultiselectCommunicatorError(BaseLibp2pError):
|
||||
"""Raised when an error occurs during read/write via communicator"""
|
||||
|
||||
|
||||
class MultiselectError(BaseLibp2pError):
|
||||
"""Raised when an error occurs in multiselect process"""
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user