File manager - Edit - /home/jardides/www/Cloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpResponseException.php
Back
<?php namespace OpenCloud\Common\Exceptions; use Guzzle\Http\Message\RequestInterface; use Guzzle\Http\Message\Response; class HttpResponseException extends \Exception { protected $response; protected $request; /** * Set the request that caused the exception * * @param RequestInterface $request Request to set * * @return RequestException */ public function setRequest(RequestInterface $request) { $this->request = $request; return $this; } /** * Get the request that caused the exception * * @return RequestInterface */ public function getRequest() { return $this->request; } /** * Set the response that caused the exception * * @param Response $response Response to set */ public function setResponse(Response $response) { $this->response = $response; } /** * Get the response that caused the exception * * @return Response */ public function getResponse() { return $this->response; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings