staking-deposit-cli/staking_deposit/exceptions.py

3 lines
42 B
Python
Raw Normal View History

class ValidationError(Exception):
...