You are here

public function StatusFailError::message in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/jcalderonzumba/gastonjs/src/Exception/StatusFailError.php \Zumba\GastonJS\Exception\StatusFailError::message()

Return value

string

File

vendor/jcalderonzumba/gastonjs/src/Exception/StatusFailError.php, line 14

Class

StatusFailError
Class StatusFailError @package Zumba\GastonJS\Exception

Namespace

Zumba\GastonJS\Exception

Code

public function message() {
  return "Request failed to reach server, check DNS and/or server status";
}