File size: 111 Bytes
20f348c
 
 
 
 
1
2
3
4
5
6
from services.errors.base import BaseServiceError


class IndexNotInitializedError(BaseServiceError):
    pass