summaryrefslogtreecommitdiff
path: root/src/isodate/isoerror.py
blob: 068429f2f6730ca37cc17367b78f31ee93f9ea3a (plain)
1
2
3
4
5
6
7
"""
This module defines all exception classes in the whole package.
"""


class ISO8601Error(ValueError):
    """Raised when the given ISO string can not be parsed."""