mirror of https://github.com/langgenius/dify.git
fix(document_extractor): update base exception class (#10208)
This commit is contained in:
parent
aa9fd76072
commit
7c45859594
|
|
@ -1,4 +1,4 @@
|
|||
class DocumentExtractorError(Exception):
|
||||
class DocumentExtractorError(ValueError):
|
||||
"""Base exception for errors related to the DocumentExtractorNode."""
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue