Explorar el Código

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

-LAN- hace 8 meses
padre
commit
ada9d408ac
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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