333
schangxiang@126.com
2025-09-19 18966e02fb573c7e2bb0c6426ed792b38b910940
1
{"version":3,"sources":["../browser/src/error/CannotConnectAlreadyConnectedError.ts"],"names":[],"mappings":";AAAA;;GAEG;AACH;IAAwD,8DAAK;IAGzD,4CAAY,cAAsB;QAAlC,YACI,iBAAO,SAGV;QAND,UAAI,GAAG,oCAAoC,CAAC;QAIxC,MAAM,CAAC,cAAc,CAAC,KAAI,EAAE,kCAAkC,CAAC,SAAS,CAAC,CAAC;QAC1E,KAAI,CAAC,OAAO,GAAG,uBAAoB,cAAc,0EAAsE,CAAC;;IAC5H,CAAC;IAEL,yCAAC;AAAD,CATA,AASC,CATuD,KAAK,GAS5D","file":"CannotConnectAlreadyConnectedError.js","sourcesContent":["/**\n * Thrown when consumer tries to connect when he already connected.\n */\nexport class CannotConnectAlreadyConnectedError extends Error {\n    name = \"CannotConnectAlreadyConnectedError\";\n\n    constructor(connectionName: string) {\n        super();\n        Object.setPrototypeOf(this, CannotConnectAlreadyConnectedError.prototype);\n        this.message = `Cannot create a \"${connectionName}\" connection because connection to the database already established.`;\n    }\n\n}"],"sourceRoot":".."}