class Error500 extends HttpError {
  constructor(error) {
    super();
    this.status = 500;
    this.code = 'SERVER_ERROR';