Files
tidal-dl-ng-webui/env/lib/python3.11/site-packages/isodate/isoerror.py
2024-12-27 22:31:23 +09:00

8 lines
168 B
Python

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