mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-07-07 04:51:47 +08:00
11 lines
158 B
Python
11 lines
158 B
Python
class MoreLikeThisDisabledError(Exception):
|
|
pass
|
|
|
|
|
|
class WorkflowHashNotEqualError(Exception):
|
|
pass
|
|
|
|
|
|
class IsDraftWorkflowError(Exception):
|
|
pass
|