Files
Abdulaziz Axmadaliyev 92165edbe6 Initial commit
2026-02-26 16:35:47 +05:00

5 lines
97 B
Python

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