X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fjcalderonzumba%2Fgastonjs%2Fsrc%2FClient%2FErrors%2Fstatus_fail_error.js;fp=vendor%2Fjcalderonzumba%2Fgastonjs%2Fsrc%2FClient%2FErrors%2Fstatus_fail_error.js;h=55f1871b1461a9ecf6bd0fef8258b1013d68b79c;hp=0000000000000000000000000000000000000000;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad diff --git a/vendor/jcalderonzumba/gastonjs/src/Client/Errors/status_fail_error.js b/vendor/jcalderonzumba/gastonjs/src/Client/Errors/status_fail_error.js new file mode 100644 index 000000000..55f1871b1 --- /dev/null +++ b/vendor/jcalderonzumba/gastonjs/src/Client/Errors/status_fail_error.js @@ -0,0 +1,17 @@ +Poltergeist.StatusFailError = (function (_super) { + __extends(StatusFailError, _super); + + function StatusFailError() { + _ref1 = StatusFailError.__super__.constructor.apply(this, arguments); + return _ref1; + } + + StatusFailError.prototype.name = "Poltergeist.StatusFailError"; + + StatusFailError.prototype.args = function () { + return []; + }; + + return StatusFailError; + +})(Poltergeist.Error);