Version 1
[yaffs-website] / vendor / jcalderonzumba / gastonjs / src / Exception / NoSuchWindowError.php
diff --git a/vendor/jcalderonzumba/gastonjs/src/Exception/NoSuchWindowError.php b/vendor/jcalderonzumba/gastonjs/src/Exception/NoSuchWindowError.php
new file mode 100644 (file)
index 0000000..45388d1
--- /dev/null
@@ -0,0 +1,10 @@
+<?php
+namespace Zumba\GastonJS\Exception;
+
+
+/**
+ * Class NoSuchWindowError
+ * @package Zumba\GastonJS\Exception
+ */
+class NoSuchWindowError extends ClientError {
+}