2025-12-01
This commit is contained in:
@@ -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