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