awayjs-display
Version:
AwayJS displaylist classes
17 lines • 658 B
JavaScript
var __extends = (this && this.__extends) || function (d, b) {
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
var ErrorBase_1 = require("awayjs-core/lib/errors/ErrorBase");
var CastError = (function (_super) {
__extends(CastError, _super);
function CastError(message) {
_super.call(this, message);
}
return CastError;
}(ErrorBase_1.default));
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = CastError;
//# sourceMappingURL=CastError.js.map
;