Parcourir la source

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

-LAN- il y a 8 mois
Parent
commit
ada9d408ac
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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