{"version":3,"file":"undefined-value-error.mjs","names":[],"sources":["../../src/errors/undefined-value-error.ts"],"sourcesContent":["export class UndefinedValueError extends Error {\n  constructor() {\n    super(\n      'The value parameter cannot be undefined. Please provide a valid value.',\n    );\n    this.name = 'UndefinedValueError';\n  }\n}\n"],"mappings":"AAAA,IAAa,EAAb,cAAyC,KAAM,CAC7C,aAAc,CACZ,MACE,wEACF,EACA,KAAK,KAAO,qBACd,CACF"}