control-freak-ide/Code/client/build/xace/dojo/errors/create.js
plastic-hub-dev-node-saturn 538369cff7 latest
2021-05-12 18:35:18 +02:00

3 lines
486 B
JavaScript

//>>built
define("dojo/errors/create",["../_base/lang"],function(g){return function(h,e,a,k){a=a||Error;var b=function(f){if(a===Error){Error.captureStackTrace&&Error.captureStackTrace(this,b);var c=Error.call(this,f),d;for(d in c)c.hasOwnProperty(d)&&(this[d]=c[d]);this.message=f;this.stack=c.stack}else a.apply(this,arguments);e&&e.apply(this,arguments)};b.prototype=g.delegate(a.prototype,k);b.prototype.name=h;return b.prototype.constructor=b}});
//# sourceMappingURL=create.js.map