Version 1
[yaffs-website] / vendor / jcalderonzumba / gastonjs / src / Client / Errors / error.js
diff --git a/vendor/jcalderonzumba/gastonjs/src/Client/Errors/error.js b/vendor/jcalderonzumba/gastonjs/src/Client/Errors/error.js
new file mode 100644 (file)
index 0000000..5a6f1f6
--- /dev/null
@@ -0,0 +1,10 @@
+/**
+ *  Poltergeist base error class
+ */
+Poltergeist.Error = (function () {
+  function Error() {
+  }
+
+  return Error;
+
+})();