mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
Update exception type
This commit is contained in:
@ -30,7 +30,7 @@ class IPeerStore(ABC, IAddrBook, IPeerMetadata):
|
||||
"""
|
||||
:param peer_id: peer ID to add protocols for
|
||||
:param protocols: protocols to add
|
||||
:raise Exception: peer ID not found exception
|
||||
:raise Exception: peer ID not found
|
||||
"""
|
||||
pass
|
||||
|
||||
@ -39,7 +39,7 @@ class IPeerStore(ABC, IAddrBook, IPeerMetadata):
|
||||
"""
|
||||
:param peer_id: peer ID to set protocols for
|
||||
:param protocols: protocols to set
|
||||
:raise Exception: peer ID not found exception
|
||||
:raise Exception: peer ID not found
|
||||
"""
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user