configurator/configurator/exceptions.py
2024-06-14 13:54:40 -04:00

4 lines
99 B
Python

class ConfigurationError(Exception):
"""Custom Exception for configuration errors."""
pass