Source code for jaypore_ci.exceptions

[docs]class BadConfig(Exception): """ Raised when a given configuration for a pipeline will cause errors / unexpected behaviour if it is allowed to run. """