export class Error403Component implements OnInit {
  public errorCode: string;
  public errorMessage: string;

  constructor() {