public function ClientError::getResponse in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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\ExceptionCode
public function getResponse() {
return $this->response;
}