Home
last modified time | relevance | path

Searched refs:DepsException (Results 1 – 7 of 7) sorted by relevance

/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
Dresource_loader.py131 raise module.DepsException('No resource for module "%s"' % module_name)
155 raise module.DepsException(
176 raise module.DepsException(
189 raise module.DepsException("url('%s') did not exist" % abs_path)
193 raise module.DepsException("url('%s') was not in search path" % abs_path)
Dhtml_module.py102 raise module.DepsException(
108 raise module.DepsException('In %s, %s points at a nonexistent file ' % (
Dstyle_sheet_unittest.py54 self.assertRaises(module.DepsException,
Dmodule_unittest.py90 except module.DepsException as e:
Dstyle_sheet.py82 raise module.DepsException('URL references must be relative')
Dmodule.py26 class DepsException(Exception): class
Dparse_html_deps.py45 raise module.DepsException('Script object created without soup')