constructor()

in src/services/form-validation/types/errors.ts [33:35]


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