You are here

public function ClientError::getResponse in Zircon Profile 8.0

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

Return value

mixed

File

vendor/jcalderonzumba/gastonjs/src/Exception/ClientError.php, line 24

Class

ClientError
Class ClientError @package Zumba\GastonJS\Exception

Namespace

Zumba\GastonJS\Exception

Code

public function getResponse() {
  return $this->response;
}