2026-04-23 20:42:16 +08:00

5 lines
97 B
Python

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