kedro.pipeline.modular_pipeline.ModularPipelineError

class kedro.pipeline.modular_pipeline.ModularPipelineError[source]

Raised when a modular pipeline is not adapted and integrated appropriately using the helper.

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.