Source code for datacatalog.managers.pipelinejobs.exceptions

[docs]class ManagedPipelineJobError(Exception): """An error happened in the context of a ManagedPipelineJob""" pass