File manager - Edit - /home/jardides/www/Cloud/3rdparty/guzzlehttp/guzzle/src/Exception/ParseException.php
Back
<?php namespace GuzzleHttp\Exception; use GuzzleHttp\Message\ResponseInterface; /** * Exception when a client is unable to parse the response body as XML or JSON */ class ParseException extends TransferException { /** @var ResponseInterface */ private $response; public function __construct( $message = '', ResponseInterface $response = null, \Exception $previous = null ) { parent::__construct($message, 0, $previous); $this->response = $response; } /** * Get the associated response * * @return ResponseInterface|null */ public function getResponse() { return $this->response; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings