class CLINotFound(CLIInaccessible):
    """Error that is raised when the CLI is not found at the configured path.
    """
    def __init__(self, cli_path):
        self.cli_path = cli_path