Searched refs:RietveldPatcherError (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/common/extensions/docs/server2/
H A Drietveld_patcher.py23 class RietveldPatcherError(Exception): class in inherits:Exception
44 raise RietveldPatcherError(
48 raise RietveldPatcherError('Issue %s has been closed.' % self._issue)
52 raise RietveldPatcherError('Cannot parse issue %s.' % self._issue)
55 raise RietveldPatcherError('Issue %s\'s base url is unknown.' %
69 raise RietveldPatcherError(
75 raise RietveldPatcherError('Failed to parse issue %s patchset %s.' %
91 raise RietveldPatcherError('Unknown file status for file %s: "%s."' %
102 raise RietveldPatcherError(
109 raise RietveldPatcherError(
[all...]
H A Dpatch_servlet.py16 from rietveld_patcher import RietveldPatcher, RietveldPatcherError namespace
111 except RietveldPatcherError as e:

Completed in 110 milliseconds