소스 검색

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."""