def __init__()

in terranova/exceptions.py [0:0]


    def __init__(self, path: Path) -> None:
        """Init missing manifest error."""
        super().__init__(
            cause=f"Unreadable `manifest.yml` file at `{path.as_posix()}`",
            resolution="Use the right user or change permissions.",
        )