You are here

public function RequestException::getResponse in Auth0 Single Sign On 8.2

Get the associated response

Return value

ResponseInterface|null

1 method overrides RequestException::getResponse()
ConnectException::getResponse in vendor/guzzlehttp/guzzle/src/Exception/ConnectException.php

File

vendor/guzzlehttp/guzzle/src/Exception/RequestException.php, line 163

Class

RequestException
HTTP Request exception

Namespace

GuzzleHttp\Exception

Code

public function getResponse() {
  return $this->response;
}