4 lines
99 B
Python
4 lines
99 B
Python
class ConfigurationError(Exception):
|
|
"""Custom Exception for configuration errors."""
|
|
pass
|