5 lines
97 B
Python
5 lines
97 B
Python
|
|
class SettingsError(ValueError):
|
||
|
|
"""Base exception for settings-related errors."""
|
||
|
|
|
||
|
|
pass
|