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)547 … raise PatchError('Unable to find a character encoding to decode %s' % srcfile)776 raise PatchError("No patch found at index %s in patchset." % kwargs["patch"])785 …raise PatchError("Unable to do a remote refresh of %s, unsupported remote url scheme %s." % (os.pa…880 … raise PatchError("Patch application failed, and user did not fix and refresh the patch.")