Searched refs:ArchiveError (Results 1 – 2 of 2) sorted by relevance
17 class ArchiveError(Exception): class25 raise ArchiveError("Unable to expand string '{}': unknown field {} "34 raise ArchiveError("Invalid Git repo at {}: path exists but is not a "38 raise ArchiveError("No git repo at {}, refusing to create "44 raise ArchiveError("Failed to mkdir {}: {}".format(path, err))51 raise ArchiveError("Non-empty directory that is not a Git repository "168 raise ArchiveError("Not a directory: {}".format(data_dir))
111 except gitarchive.ArchiveError as err: