Home
last modified time | relevance | path

Searched refs:getResponseBodySummary (Results 1 – 2 of 2) sorted by path

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md45 …nse is readable before returning a summary in `RequestException::getResponseBodySummary()` [#2081]…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Exception/
H A DRequestException.php107 $summary = static::getResponseBodySummary($response);
125 public static function getResponseBodySummary(ResponseInterface $response) function in GuzzleHttp\\Exception\\RequestException