export class UserNotFoundError implements Error {
  public name: string;
  public message: string;
  constructor() {
    this.name = "UserNotFoundError";