mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-09 10:56:52 +08:00
fix(document_extractor): update base exception class (#10208)
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
class DocumentExtractorError(Exception):
|
class DocumentExtractorError(ValueError):
|
||||||
"""Base exception for errors related to the DocumentExtractorNode."""
|
"""Base exception for errors related to the DocumentExtractorNode."""
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user