mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-05-11 05:19:13 +08:00
refactor(api/variables): VariableError as a ValueError. (#8554)
This commit is contained in:
parent
3af65b2f45
commit
ada9d408ac
@ -1,2 +1,2 @@
|
|||||||
class VariableError(Exception):
|
class VariableError(ValueError):
|
||||||
pass
|
pass
|
||||||
|
Loading…
x
Reference in New Issue
Block a user