dify/api/services/errors/index.py

6 lines
111 B
Python
Raw Permalink Normal View History

2023-05-15 00:51:32 +00:00
from services.errors.base import BaseServiceError
class IndexNotInitializedError(BaseServiceError):
pass