Add ValidationError
This commit is contained in:
parent
47643a67c6
commit
9a1e5fe813
6
libp2p/exceptions.py
Normal file
6
libp2p/exceptions.py
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
class ValidationError(Exception):
|
||||||
|
"""
|
||||||
|
Raised when something does not pass a validation check.
|
||||||
|
"""
|
||||||
|
|
||||||
|
pass
|
Loading…
Reference in New Issue
Block a user