mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-10 23:20:55 +00:00
fixes #384
also adds MultiError to libp2p/exceptions.py and an additional fixme I have noticed
This commit is contained in:
@ -8,3 +8,9 @@ class ValidationError(BaseLibp2pError):
|
||||
|
||||
class ParseError(BaseLibp2pError):
|
||||
pass
|
||||
|
||||
|
||||
class MultiError(BaseLibp2pError):
|
||||
"""Raised with multiple exceptions."""
|
||||
|
||||
# todo: find some way for this to fancy-print all encapsulated errors
|
||||
|
||||
Reference in New Issue
Block a user