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