mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-12 22:29:03 +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…
x
Reference in New Issue
Block a user