{"version":3,"sources":["../../src/error/EntityColumnNotFound.ts"],"names":[],"mappings":";;;AAAA;;GAEG;AACH;IAA0C,gDAAK;IAG3C,8BAAY,YAAoB;QAAhC,YACI,iBAAO,SAGV;QAND,UAAI,GAAG,sBAAsB,CAAC;QAI1B,MAAM,CAAC,cAAc,CAAC,KAAI,EAAE,oBAAoB,CAAC,SAAS,CAAC,CAAC;QAC5D,KAAI,CAAC,OAAO,GAAG,wBAAqB,YAAY,kBAAc,CAAC;;IACnE,CAAC;IAEL,2BAAC;AAAD,CATA,AASC,CATyC,KAAK,GAS9C;AATY,oDAAoB","file":"EntityColumnNotFound.js","sourcesContent":["/**\n *\n */\nexport class EntityColumnNotFound extends Error {\n name = \"EntityColumnNotFound\";\n\n constructor(propertyPath: string) {\n super();\n Object.setPrototypeOf(this, EntityColumnNotFound.prototype);\n this.message = `No entity column \"${propertyPath}\" was found.`;\n }\n\n}\n"],"sourceRoot":".."}
|