Files
lda-wf/src/wf_core/errors.py
T

6 lines
92 B
Python

class WorkflowExecutionError(RuntimeError):
pass
__all__ = ["WorkflowExecutionError"]