UNPKG

870 BSource Map (JSON)View Raw
1{"version":3,"sources":["../../src/error/TreeRepositoryNotSupportedError.ts"],"names":[],"mappings":";;;AAEA;IAAqD,2DAAK;IAGtD,yCAAY,MAAc;QAA1B,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,4CAA0C,MAAM,CAAC,OAAO,CAAC,IAAI,aAAU,CAAC;;IAC3F,CAAC;IAEL,sCAAC;AAAD,CATA,AASC,CAToD,KAAK,GASzD;AATY,0EAA+B","file":"TreeRepositoryNotSupportedError.js","sourcesContent":["import {Driver} from \"../driver/Driver\";\n\nexport class TreeRepositoryNotSupportedError extends Error {\n name = \"TreeRepositoryNotSupportedError\";\n\n constructor(driver: Driver) {\n super();\n Object.setPrototypeOf(this, TreeRepositoryNotSupportedError.prototype);\n this.message = `Tree repositories are not supported in ${driver.options.type} driver.`;\n }\n\n}"],"sourceRoot":".."}
\No newline at end of file