group-wbl/.venv/lib/python3.13/site-packages/pydantic_settings/exceptions.py
2026-01-09 09:12:25 +08:00

5 lines
97 B
Python

class SettingsError(ValueError):
"""Base exception for settings-related errors."""
pass