from services.errors.base import BaseServiceError


class FileNotExistsError(BaseServiceError):
    pass