Files
Analytical_engine_backend/venv/Lib/site-packages/pydantic_settings/exceptions.py
2026-05-11 12:36:20 +05:30

5 lines
97 B
Python

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