UNPKG

822 BSource Map (JSON)View Raw
1{"version":3,"sources":["../../src/error/ConnectionNotFoundError.ts"],"names":[],"mappings":";;;AAAA;;GAEG;AACH;IAA6C,mDAAK;IAG9C,iCAAY,IAAY;QAAxB,YACI,iBAAO,SAGV;QAND,UAAI,GAAG,yBAAyB,CAAC;QAI7B,MAAM,CAAC,cAAc,CAAC,KAAI,EAAE,uBAAuB,CAAC,SAAS,CAAC,CAAC;QAC/D,KAAI,CAAC,OAAO,GAAG,kBAAe,IAAI,sBAAkB,CAAC;;IACzD,CAAC;IAEL,8BAAC;AAAD,CATA,AASC,CAT4C,KAAK,GASjD;AATY,0DAAuB","file":"ConnectionNotFoundError.js","sourcesContent":["/**\n * Thrown when consumer tries to get connection that does not exist.\n */\nexport class ConnectionNotFoundError extends Error {\n name = \"ConnectionNotFoundError\";\n\n constructor(name: string) {\n super();\n Object.setPrototypeOf(this, ConnectionNotFoundError.prototype);\n this.message = `Connection \"${name}\" was not found.`;\n }\n\n}"],"sourceRoot":".."}
\No newline at end of file