فهرست منبع

fix(document_extractor): update base exception class (#10208)

-LAN- 5 ماه پیش
والد
کامیت
ec6a03afdd
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      api/core/workflow/nodes/document_extractor/exc.py

+ 1 - 1
api/core/workflow/nodes/document_extractor/exc.py

@@ -1,4 +1,4 @@
-class DocumentExtractorError(Exception):
+class DocumentExtractorError(ValueError):
     """Base exception for errors related to the DocumentExtractorNode."""