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

/external/chromium-trace/catapult/third_party/pipeline/pipeline/
H A Dpipeline.py22 'PipelineRuntimeError', 'SlotNotFilledError', 'SlotNotDeclaredError',
115 class SlotNotDeclaredError(PipelineRuntimeError): class in inherits:PipelineRuntimeError
364 raise SlotNotDeclaredError('Undeclared output with name "%s"' % name)
749 UnexpectedPipelineError if the Slot no longer exists. SlotNotDeclaredError
761 raise SlotNotDeclaredError(
1943 raise SlotNotDeclaredError(
1962 raise SlotNotDeclaredError(

Completed in 124 milliseconds