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

pull/12372/head
-LAN- 1 year ago committed by Yeuoly
parent aa9fd76072
commit 7c45859594
No known key found for this signature in database
GPG Key ID: A66E7E320FB19F61

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

Loading…
Cancel
Save