Skip to content

Commit

Permalink
refactor(api/variables): VariableError as a ValueError. (#8554)
Browse files Browse the repository at this point in the history
  • Loading branch information
laipz8200 authored Sep 30, 2024
1 parent 3af65b2 commit ada9d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/core/app/segments/exc.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
class VariableError(Exception):
class VariableError(ValueError):
pass

0 comments on commit ada9d40

Please sign in to comment.