mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 01:18:05 +08:00
refactor: move workflow package to dify_graph (#32844)
This commit is contained in:
10
api/dify_graph/nodes/base/exc.py
Normal file
10
api/dify_graph/nodes/base/exc.py
Normal file
@ -0,0 +1,10 @@
|
||||
class BaseNodeError(ValueError):
|
||||
"""Base class for node errors."""
|
||||
|
||||
pass
|
||||
|
||||
|
||||
class DefaultValueTypeError(BaseNodeError):
|
||||
"""Raised when the default value type is invalid."""
|
||||
|
||||
pass
|
||||
Reference in New Issue
Block a user