in terranova/exceptions.py [0:0]
def __init__(self, path: Path) -> None:
"""Init invalid manifest error."""
super().__init__(
cause=f"Invalid `manifest.yml` file at `{path.as_posix()}`",
resolution="Check the syntax or the version of the manifest.",
)