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

This commit is contained in:
-LAN- 2024-11-03 11:55:07 +08:00 committed by Yeuoly
parent aa9fd76072
commit 7c45859594
No known key found for this signature in database
GPG Key ID: A66E7E320FB19F61

View File

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