schangxiang@126.com
2025-09-19 0821aa23eabe557c0d9ef5dbe6989c68be35d1fe
1
{"version":3,"sources":["../../src/error/QueryRunnerAlreadyReleasedError.ts"],"names":[],"mappings":";;;AAAA;GACG;AACH;IAAqD,2DAAK;IAGtD;QAAA,YACI,iBAAO,SAGV;QAND,UAAI,GAAG,iCAAiC,CAAC;QAIrC,MAAM,CAAC,cAAc,CAAC,KAAI,EAAE,+BAA+B,CAAC,SAAS,CAAC,CAAC;QACvE,KAAI,CAAC,OAAO,GAAG,4DAA4D,CAAC;;IAChF,CAAC;IAEL,sCAAC;AAAD,CATA,AASC,CAToD,KAAK,GASzD;AATY,0EAA+B","file":"QueryRunnerAlreadyReleasedError.js","sourcesContent":["/**\n */\nexport class QueryRunnerAlreadyReleasedError extends Error {\n    name = \"QueryRunnerAlreadyReleasedError\";\n\n    constructor() {\n        super();\n        Object.setPrototypeOf(this, QueryRunnerAlreadyReleasedError.prototype);\n        this.message = `Query runner already released. Cannot run queries anymore.`;\n    }\n\n}"],"sourceRoot":".."}