Files
zyt/server/vendor/guzzlehttp/guzzle/src/Exception/ClientException.php
T
2026-05-11 17:49:38 +08:00

11 lines
163 B
PHP
Executable File

<?php
namespace GuzzleHttp\Exception;
/**
* Exception when a client error is encountered (4xx codes)
*/
class ClientException extends BadResponseException
{
}