Files
geMoldInsight/venv/lib/python3.11/site-packages/pydantic_settings/exceptions.py
T

5 lines
97 B
Python
Raw Normal View History

2026-02-11 22:40:35 +08:00
class SettingsError(ValueError):
"""Base exception for settings-related errors."""
pass