mirror of
https://github.com/langgenius/dify.git
synced 2026-04-30 07:28:05 +08:00
refactor: move workflow package to dify_graph (#32844)
This commit is contained in:
10
api/dify_graph/nodes/trigger_plugin/exc.py
Normal file
10
api/dify_graph/nodes/trigger_plugin/exc.py
Normal file
@ -0,0 +1,10 @@
|
||||
class TriggerEventNodeError(ValueError):
|
||||
"""Base exception for plugin trigger node errors."""
|
||||
|
||||
pass
|
||||
|
||||
|
||||
class TriggerEventParameterError(TriggerEventNodeError):
|
||||
"""Exception raised for errors in plugin trigger parameters."""
|
||||
|
||||
pass
|
||||
Reference in New Issue
Block a user