Searched refs:ArchiveError (Results 1 – 3 of 3) 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))
23 +from libarchive import ArchiveError, memory_reader, memory_writer37 + except ArchiveError as e:
111 except gitarchive.ArchiveError as err: