This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
OpenSource
/
dify
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
152
Wiki
Activity
Browse Source
fix(document_extractor): update base exception class (
#10208
)
tags/0.11.0
-LAN-
1 year ago
parent
bf371a6e5d
commit
ec6a03afdd
No account linked to committer's email address
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
api/core/workflow/nodes/document_extractor/exc.py
+ 1
- 1
api/core/workflow/nodes/document_extractor/exc.py
View File
@@ -1,4 +1,4 @@
class DocumentExtractorError(
Exception
):
class DocumentExtractorError(
ValueError
):
"""Base exception for errors related to the DocumentExtractorNode."""
Write
Preview
Loading…
Cancel
Save