isoerror.py 168 B

1234567
  1. """
  2. This module defines all exception classes in the whole package.
  3. """
  4. class ISO8601Error(ValueError):
  5. """Raised when the given ISO string can not be parsed."""