6 lines
92 B
Python
6 lines
92 B
Python
class WorkflowExecutionError(RuntimeError):
|
|
pass
|
|
|
|
|
|
__all__ = ["WorkflowExecutionError"]
|