def __init__()

in terranova/exceptions.py [0:0]


    def __init__(self, name: str) -> None:
        """Init ambiguous runbook error."""
        super().__init__(
            cause=f"The runbook name `{name}` is ambiguous`",
            resolution="Ensure the runbook name is unique.",
        )