This website works better with JavaScript
Home
Explore
Help
Sign In
biheng
/
dify
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
refactor(api/variables): VariableError as a ValueError. (
#8554
)
-LAN-
6 months ago
parent
3af65b2f45
commit
ada9d408ac
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
api/core/app/segments/exc.py
+ 1
- 1
api/core/app/segments/exc.py
View File
@@ -1,2 +1,2 @@
-class VariableError(
Exception
):
+class VariableError(
ValueError
):
pass