Searched refs:PatchError (Results 1 – 1 of 1) sorted by relevance
60 class PatchError(Exception): class91 raise PatchError("Patch file must be specified in patch import.")179 raise PatchError('Unable to decode %s' % patchfile)338 raise PatchError('Unable to find a character encoding to decode %s' % patchfile)490 … raise PatchError('Unable to find a character encoding to decode %s' % srcfile)695 raise PatchError("No patch found at index %s in patchset." % kwargs["patch"])704 …raise PatchError("Unable to do a remote refresh of %s, unsupported remote url scheme %s." % (os.pa…798 … raise PatchError("Patch application failed, and user did not fix and refresh the patch.")