mirror of https://github.com/langgenius/dify.git
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue