{"version":3,"sources":["exception/internal.ts"],"names":["typed","Exception","ExceptionInternal","decorateException","constructor","message"],"mappings":";;AAAA,SAAQA,KAAR,QAAoB,cAApB;AAEA,SAAQC,SAAR,QAAwB,aAAxB;AAEA;AACA;AACA;AACA;AACA;;AAEA,WAAaC,iBAAb,WADCF,KAAK,CAACG,iBAAN,CAAwB,mBAAxB,CACD,gBADA,MACaD,iBADb,SACuCD,SADvC,CACiD;AAChDG,EAAAA,WAAW,CAACC,OAAD,EAAkB;AAC5B,UAAMA,OAAN;AACA;;AAH+C,CAAjD","sourcesContent":["import {typed} from '../typed';\n\nimport {Exception} from './class';\n\n/**\n * ExceptionInternal constructor.\n *\n * @param message Exception message.\n */\n@typed.decorateException('ExceptionInternal')\nexport class ExceptionInternal extends Exception {\n\tconstructor(message: string) {\n\t\tsuper(message);\n\t}\n}\n"],"file":"internal.mjs","sourceRoot":"../../src"}