10 lines
151 B
Python
10 lines
151 B
Python
from libp2p.exceptions import BaseLibp2pError
|
|
|
|
|
|
class PubsubRouterError(BaseLibp2pError):
|
|
...
|
|
|
|
|
|
class NoPubsubAttached(PubsubRouterError):
|
|
...
|