{"version":3,"file":"errors.mjs","sources":["../../src/errors.ts"],"sourcesContent":["import type { ServiceDump } from './types';\n\nexport class ServiceError extends Error {\n  dump: ServiceDump;\n\n  constructor(message: string, dump: ServiceDump) {\n    super(message);\n    this.name = 'ServiceError';\n    this.dump = dump;\n  }\n}\n"],"names":["ServiceError","Error","message","dump"],"mappings":";;;;;;;;;;AAEO,MAAMA,qBAAqBC;IAGhC,YAAYC,OAAe,EAAEC,IAAiB,CAAE;QAC9C,KAAK,CAACD,UAHR;QAIE,IAAI,CAAC,IAAI,GAAG;QACZ,IAAI,CAAC,IAAI,GAAGC;IACd;AACF"}