class Error401 extends HttpError {
  constructor(message) {
    super();
    this.status = 401;
    this.code = 'UNAUTHORIZED';