# depicter/trunk/modules/GuzzleHttp/Exception/ClientException.php

Depicter — Popup &amp; Slider Builder, version trunk. 11 lines.

- Page: https://pluginprobe.com/plugins/depicter/trunk/code/modules/GuzzleHttp/Exception/ClientException.php
- Raw: https://pluginprobe.com/plugins/depicter/trunk/raw/modules/GuzzleHttp/Exception/ClientException.php
- Modified: 2022-06-01T06:26:20+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/depicter/trunk/code/modules/GuzzleHttp/Exception/ClientException.php#L10-L20`.

```php
<?php

namespace Depicter\GuzzleHttp\Exception;

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

```
