mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-10 15:08:28 +03:00
8 lines
162 B
PHP
8 lines
162 B
PHP
<?php
|
|
|
|
namespace GuzzleHttp\Exception;
|
|
|
|
/**
|
|
* Exception when a client error is encountered (4xx codes)
|
|
*/
|
|
class ClientException extends BadResponseException {}
|