constructor()

in src/services/form-validation/types/errors.ts [16:18]


  constructor(public readonly filePattern: string, protected readonly _message?: string) {
    super(_message);
  }