minecraftd/venv/lib/python3.11/site-packages/pydantic_settings/exceptions.py

4 lines
97 B
Python

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