4 lines
130 B
Python
4 lines
130 B
Python
class ServiceNotConfiguredError(Exception):
|
|
"""Raised when a required service (database, etc.) is not configured."""
|
|
pass
|