You are here

StatusFailError.php in Zircon Profile 8.0

Same filename and directory in other branches
  1. 8 vendor/jcalderonzumba/gastonjs/src/Exception/StatusFailError.php

File

vendor/jcalderonzumba/gastonjs/src/Exception/StatusFailError.php
View source
<?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";
  }

}

Classes

Namesort descending Description
StatusFailError Class StatusFailError @package Zumba\GastonJS\Exception