Version 1
[yaffs-website] / vendor / jcalderonzumba / gastonjs / src / Exception / StatusFailError.php
diff --git a/vendor/jcalderonzumba/gastonjs/src/Exception/StatusFailError.php b/vendor/jcalderonzumba/gastonjs/src/Exception/StatusFailError.php
new file mode 100644 (file)
index 0000000..fd90eef
--- /dev/null
@@ -0,0 +1,17 @@
+<?php
+
+namespace Zumba\GastonJS\Exception;
+
+
+/**
+ * Class StatusFailError
+ * @package Zumba\GastonJS\Exception
+ */
+class StatusFailError extends ClientError {
+  /**
+   * @return string
+   */
+  public function message() {
+    return "Request failed to reach server, check DNS and/or server status";
+  }
+}