import HttpResponseError from '../errors/httpResponseError'; export default class HttpServerError extends HttpResponseError { }