Files
algorithm/backend/venv39/lib/python3.9/site-packages/pydantic_settings/exceptions.py
2026-02-08 14:42:58 +08:00

5 lines
97 B
Python

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