# authorizer/3.13.0/vendor/guzzlehttp/guzzle/src/Exception/ClientException.php

Authorizer, version 3.13.0. 11 lines.

- Page: https://pluginprobe.com/plugins/authorizer/3.13.0/code/vendor/guzzlehttp/guzzle/src/Exception/ClientException.php
- Raw: https://pluginprobe.com/plugins/authorizer/3.13.0/raw/vendor/guzzlehttp/guzzle/src/Exception/ClientException.php
- Modified: 2021-09-28T01:12:18+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/authorizer/3.13.0/code/vendor/guzzlehttp/guzzle/src/Exception/ClientException.php#L10-L20`.

```php
<?php

namespace GuzzleHttp\Exception;

/**
 * Exception when a client error is encountered (4xx codes)
 */
class ClientException extends BadResponseException
{
}

```
