Severian's picture
initial commit
a8b3f00
raw
history blame contribute delete
111 Bytes
from services.errors.base import BaseServiceError
class IndexNotInitializedError(BaseServiceError):
pass