File: exceptions.py

package info (click to toggle)
python-eth-utils 5.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,192 kB
  • sloc: python: 5,984; makefile: 238
file content (4 lines) | stat: -rw-r--r-- 110 bytes parent folder | download
1
2
3
4
class ValidationError(Exception):
    """
    Raised when something does not pass a validation check.
    """