in opmon/errors.py [0:0]
def __init__(self, slug, message="Project has been incorrectly configured."): """Initialize exception.""" super().__init__(f"{slug} -> {message}")