{"version":3,"file":"CodecEncodeError.cjs","sources":["../../../src/lib/errors/CodecEncodeError.ts"],"sourcesContent":["/**\n * Custom error used to determine that a codec failed to encode a value\n */\nexport class CodecEncodeError extends Error {\n  public constructor(message: string) {\n    super(message);\n\n    this.name = this.constructor.name;\n    Object.setPrototypeOf(this, CodecEncodeError.prototype);\n  }\n}\n"],"names":[],"mappings":";;AAGO,MAAM,yBAAyB,MAAM;AAAA,EACnC,YAAY,SAAiB;AAClC,UAAM,OAAO;AAER,SAAA,OAAO,KAAK,YAAY;AACtB,WAAA,eAAe,MAAM,iBAAiB,SAAS;AAAA,EACxD;AACF;;"}