_httpClientException = $e; $this->_response = $response; parent::__construct($message); } public function getHttpClientException() { return $this->_httpClientException; } public function setHttpClientException($value) { $this->_httpClientException = $value; return $this; } public function setResponse($response) { $this->_response = $response; return $this; } public function getResponse() { return $this->_response; } }