mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-08 06:00:53 +00:00
Fix security module
This commit is contained in:
9
libp2p/pubsub/exceptions.py
Normal file
9
libp2p/pubsub/exceptions.py
Normal file
@ -0,0 +1,9 @@
|
||||
from libp2p.exceptions import BaseLibp2pError
|
||||
|
||||
|
||||
class PubsubRouterError(BaseLibp2pError):
|
||||
...
|
||||
|
||||
|
||||
class NoPubsubAttached(PubsubRouterError):
|
||||
...
|
||||
Reference in New Issue
Block a user