dify/api/services/errors/index.py

6 lines
111 B
Python
Raw Permalink Normal View History

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