Coverage for jaypore_ci/exceptions.py: 100%
1 statements
« prev ^ index » next coverage.py v7.2.2, created at 2023-03-30 09:04 +0000
« prev ^ index » next coverage.py v7.2.2, created at 2023-03-30 09:04 +0000
1class BadConfig(Exception):
2 """
3 Raised when a given configuration for a pipeline will cause errors /
4 unexpected behaviour if it is allowed to run.
5 """