mirror of
https://github.com/langgenius/dify.git
synced 2026-04-04 22:20:25 +08:00
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
Block a user