mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2025-11-13 19:56:23 +00:00
10 lines
162 B
PHP
10 lines
162 B
PHP
<?php
|
|
namespace GuzzleHttp\Exception;
|
|
|
|
/**
|
|
* Exception when a client error is encountered (4xx codes)
|
|
*/
|
|
class ClientException extends BadResponseException
|
|
{
|
|
}
|