Searched refs:DepsException (Results 1 – 3 of 3) sorted by relevance
8 class DepsException(Exception): class218 raise DepsException("No file for module %(name)s needed by %(dep)s" %233 raise DepsException("Could not find a file for raw script %s" % name)252 raise DepsException("Could not find a file for stylesheet %s" % name)274 raise DepsException('%s must use strict mode' % self.name)301 raise DepsException("Slashes are not allowed in module names. "304 raise DepsException("module names shouldn't end with .js"311 raise DepsException("Slashes are not allowed in style sheet names. "314 raise DepsException("Style sheets should not end in .css. "
127 except parse_deps.DepsException, ex:
189 self.assertRaises(parse_deps.DepsException,