瀏覽代碼

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

-LAN- 7 月之前
父節點
當前提交
ada9d408ac
共有 1 個文件被更改,包括 1 次插入1 次删除
  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