File: exceptions.py

package info (click to toggle)
python-eth-utils 5.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 1,140 kB
  • sloc: python: 5,985; 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.
    """