mirror of
https://gitee.com/dify_ai/dify.git
synced 2024-12-02 11:18:19 +08:00
6 lines
111 B
Python
6 lines
111 B
Python
from services.errors.base import BaseServiceError
|
|
|
|
|
|
class IndexNotInitializedError(BaseServiceError):
|
|
pass
|