Files
rfcp/backend/venv/lib/python3.12/site-packages/pydantic_settings/exceptions.py
2026-01-30 20:12:52 +00:00

5 lines
97 B
Python

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