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