Files
urbanLifeline/dify/api/services/errors/document.py

6 lines
108 B
Python
Raw Normal View History

2025-12-01 17:21:38 +08:00
from services.errors.base import BaseServiceError
class DocumentIndexingError(BaseServiceError):
pass