staking-deposit-cli/eth2deposit/exceptions.py

3 lines
42 B
Python
Raw Normal View History

class ValidationError(Exception):
...