Files
billing-MCP/venv/lib/python3.11/site-packages/pydantic_settings/exceptions.py

5 lines
97 B
Python

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