PipelineGraphExceptionSafetyError#

exception lsst.pipe.base.pipeline_graph.PipelineGraphExceptionSafetyError#

Bases: PipelineGraphError

Exception raised when a PipelineGraph method could not provide strong exception safety, and the graph may have been left in an inconsistent state.

The originating exception is always chained when this exception is raised.