group-wbl/.venv/lib/python3.13/site-packages/pydantic_settings/exceptions.py

5 lines
97 B
Python
Raw Normal View History

2026-01-09 09:12:25 +08:00
class SettingsError(ValueError):
"""Base exception for settings-related errors."""
pass