dify / api /services /errors /document.py
Severian's picture
initial commit
a8b3f00
raw
history blame
108 Bytes
from services.errors.base import BaseServiceError
class DocumentIndexingError(BaseServiceError):
pass