Browse Source

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

-LAN- 8 tháng trước cách đây
mục cha
commit
ada9d408ac
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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