Raised when an external workflow document cannot be converted into a `Graph`.
| 2 | |
| 3 | |
| 4 | class CompatibilityImportError(ValueError): |
| 5 | """Raised when an external workflow document cannot be converted into a `Graph`.""" |
no outgoing calls
no test coverage detected