{"version":3,"file":"errors-9P_FDrJ_.mjs","names":[],"sources":["../src/database/errors.ts"],"sourcesContent":["/**\n * Database error types. Kept in their own module (no driver imports) so the\n * public package barrel can re-export them without dragging native database\n * drivers into the module graph of consumers that picked a different dialect.\n */\nexport class EmDashDatabaseError extends Error {\n\tconstructor(\n\t\tmessage: string,\n\t\tpublic override cause?: unknown,\n\t) {\n\t\tsuper(message);\n\t\tthis.name = \"EmDashDatabaseError\";\n\t}\n}\n"],"mappings":";;;;;;AAKA,IAAa,sBAAb,cAAyC,MAAM;CAC9C,YACC,SACA,AAAgB,OACf;AACD,QAAM,QAAQ;EAFE;AAGhB,OAAK,OAAO"}