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