summaryrefslogtreecommitdiff
path: root/src/isodate/isoerror.py
blob: b94523ee389f38519ca3aa829f0330adb2d3dea2 (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.'''