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

This commit is contained in:
-LAN- 2024-11-03 11:55:07 +08:00 committed by GitHub
parent bf371a6e5d
commit ec6a03afdd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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