class ClientException in Auth0 Single Sign On 8.2
Exception when a client error is encountered (4xx codes)
Hierarchy
- class \GuzzleHttp\Exception\TransferException extends \GuzzleHttp\Exception\RuntimeException implements \GuzzleHttp\Exception\GuzzleException
- class \GuzzleHttp\Exception\RequestException
- class \GuzzleHttp\Exception\BadResponseException
- class \GuzzleHttp\Exception\ClientException
- class \GuzzleHttp\Exception\BadResponseException
- class \GuzzleHttp\Exception\RequestException
Expanded class hierarchy of ClientException
3 files declare their use of ClientException
- EmailTemplatesTest.php in vendor/
auth0/ auth0-php/ tests/ API/ Management/ EmailTemplatesTest.php - JWKFetcher.php in vendor/
auth0/ auth0-php/ src/ Helpers/ JWKFetcher.php - ResourceServersTest.php in vendor/
auth0/ auth0-php/ tests/ API/ Management/ ResourceServersTest.php
File
- vendor/
guzzlehttp/ guzzle/ src/ Exception/ ClientException.php, line 7
Namespace
GuzzleHttp\ExceptionView source
class ClientException extends BadResponseException {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
BadResponseException:: |
public | function |
Overrides RequestException:: |
|
RequestException:: |
private | property | @var array | |
RequestException:: |
private | property | @var RequestInterface | |
RequestException:: |
private | property | @var ResponseInterface|null | |
RequestException:: |
public static | function | Factory method to create a new exception with a normalized error message | |
RequestException:: |
public | function | Get contextual information about the error from the underlying handler. | |
RequestException:: |
public | function | Get the request that caused the exception | |
RequestException:: |
public | function | Get the associated response | 1 |
RequestException:: |
public static | function | Get a short summary of the response | |
RequestException:: |
public | function | Check if a response was received | 1 |
RequestException:: |
private static | function | Obfuscates URI if there is a username and a password present | |
RequestException:: |
public static | function | Wrap non-RequestExceptions with a RequestException |