constructor()

in src/services/form-validation/types/errors.ts [58:60]


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