Kaynağa Gözat

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

-LAN- 8 ay önce
ebeveyn
işleme
ada9d408ac
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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