second commit
This commit is contained in:
7
env/lib/python3.11/site-packages/isodate/isoerror.py
vendored
Normal file
7
env/lib/python3.11/site-packages/isodate/isoerror.py
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
"""
|
||||
This module defines all exception classes in the whole package.
|
||||
"""
|
||||
|
||||
|
||||
class ISO8601Error(ValueError):
|
||||
"""Raised when the given ISO string can not be parsed."""
|
Reference in New Issue
Block a user