in terranova/exceptions.py [0:0]
def __init__(self, path: Path) -> None:
"""Init missing manifest error."""
super().__init__(
cause=f"Missing `manifest.yml` file at `{path.as_posix()}`",
resolution="Create a manifest or use another location.",
)