Validation error for step catalog config or step data.
| 599 | |
| 600 | |
| 601 | class StepValidationError(StepCatalogError): |
| 602 | """Validation error for step catalog config or step data.""" |
| 603 | |
| 604 | |
| 605 | # --------------------------------------------------------------------------- |
no outgoing calls
no test coverage detected