Searched defs:CycleError (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/tools/gyp/pylib/gyp/
H A Dcommon.py475 class CycleError(Exception): class in inherits:Exception
480 return 'CycleError: cycle involving: ' + str(self.nodes)
495 CycleError in the event of a cycle.
510 raise CycleError(visiting)

Completed in 53 milliseconds