class Error403 extends HttpError {
  constructor(message) {
    super();
    this.status = 403;
    this.code = 'FORBIDDEN';