{"version":3,"file":"null-value-error.mjs","names":[],"sources":["../../src/errors/null-value-error.ts"],"sourcesContent":["export class NullValueError extends Error {\n  constructor() {\n    super('The value parameter cannot be null. Please provide a valid value.');\n    this.name = 'NullValueError';\n  }\n}\n"],"mappings":"AAAA,IAAa,EAAb,cAAoC,KAAM,CACxC,aAAc,CACZ,MAAM,mEAAmE,EACzE,KAAK,KAAO,gBACd,CACF"}