mirror of
https://github.com/langgenius/dify.git
synced 2025-08-13 11:47:04 +00:00

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
19 lines
260 B
Python
19 lines
260 B
Python
class MoreLikeThisDisabledError(Exception):
|
|
pass
|
|
|
|
|
|
class WorkflowHashNotEqualError(Exception):
|
|
pass
|
|
|
|
|
|
class IsDraftWorkflowError(Exception):
|
|
pass
|
|
|
|
|
|
class WorkflowNotFoundError(Exception):
|
|
pass
|
|
|
|
|
|
class WorkflowIdFormatError(Exception):
|
|
pass
|