Browse Source

refactor(api/variables): VariableError as a ValueError. (#8554)

-LAN- 6 months ago
parent
commit
ada9d408ac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api/core/app/segments/exc.py

+ 1 - 1
api/core/app/segments/exc.py

@@ -1,2 +1,2 @@
-class VariableError(Exception):
+class VariableError(ValueError):
     pass