summit/backend/venv/lib/python3.12/site-packages/pydantic_settings/exceptions.py

5 lines
97 B
Python
Raw Normal View History

2025-12-08 16:31:30 +00:00
class SettingsError(ValueError):
"""Base exception for settings-related errors."""
pass