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

5 lines
97 B
Python
Raw Permalink Normal View History

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