in terranova/exceptions.py [0:0]
def __init__(self, name: str) -> None:
"""Init missing runbook error."""
super().__init__(
cause=f"The runbook `{name}` isn't defined`",
resolution="Ensure the runbook is defined.",
)