from server.core.constants import Service from server.core.exceptions import BadGateway class UserServiceError(BadGateway): service = Service.USERSERVICE