mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-12 19:28:59 +08:00
fix(variable_assigner): change VariableOperatorNodeError to inherit from ValueError (#11951)
Signed-off-by: -LAN- <laipz8200@outlook.com>
This commit is contained in:
parent
10caab1729
commit
03ddee3663
@ -1,4 +1,4 @@
|
||||
class VariableOperatorNodeError(Exception):
|
||||
class VariableOperatorNodeError(ValueError):
|
||||
"""Base error type, don't use directly."""
|
||||
|
||||
pass
|
||||
|
Loading…
x
Reference in New Issue
Block a user