Files
wyczarujprezent.pl/modules/paypal/vendor/guzzlehttp/guzzle/src/Exception/ClientException.php
2024-10-28 22:14:22 +01:00

10 lines
162 B
PHP

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