Files
blender-portable-repo/extensions/.local/lib/python3.11/site-packages/isodate/isoerror.py
T
2026-03-17 14:58:51 -06: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."""