UNPKG

1.01 kBSource Map (JSON)View Raw
1{"version":3,"sources":["../../src/error/MetadataWithSuchNameAlreadyExistsError.ts"],"names":[],"mappings":";;;AAAA;GACG;AACH;IAA4D,kEAAK;IAG7D,gDAAY,YAAoB,EAAE,IAAY;QAA9C,YACI,iBAAO,SAIV;QAPD,UAAI,GAAG,wCAAwC,CAAC;QAI5C,MAAM,CAAC,cAAc,CAAC,KAAI,EAAE,sCAAsC,CAAC,SAAS,CAAC,CAAC;QAC9E,KAAI,CAAC,OAAO,GAAG,YAAY,GAAG,2BAA2B,GAAG,IAAI,GAAG,mBAAmB;YAClF,8DAA8D,CAAC;;IACvE,CAAC;IAEL,6CAAC;AAAD,CAVA,AAUC,CAV2D,KAAK,GAUhE;AAVY,wFAAsC","file":"MetadataWithSuchNameAlreadyExistsError.js","sourcesContent":["/**\n */\nexport class MetadataWithSuchNameAlreadyExistsError extends Error {\n name = \"MetadataWithSuchNameAlreadyExistsError\";\n\n constructor(metadataType: string, name: string) {\n super();\n Object.setPrototypeOf(this, MetadataWithSuchNameAlreadyExistsError.prototype);\n this.message = metadataType + \" metadata with such name \" + name + \" already exists. \" +\n \"Do you apply decorator twice? Or maybe try to change a name?\";\n }\n\n}"],"sourceRoot":".."}
\No newline at end of file