Version 1
[yaffs-website] / vendor / jcalderonzumba / gastonjs / src / Client / Errors / status_fail_error.js
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 (file)
index 0000000..55f1871
--- /dev/null
@@ -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);