mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 11:42:29 +08:00
fix(document_extractor): update base exception class (#10208)
This commit is contained in:
parent
bf371a6e5d
commit
ec6a03afdd
|
@ -1,4 +1,4 @@
|
|||
class DocumentExtractorError(Exception):
|
||||
class DocumentExtractorError(ValueError):
|
||||
"""Base exception for errors related to the DocumentExtractorNode."""
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user