%PDF- %PDF-
Direktori : /home/graphicd/www/vebto/vendor/php-http/client-common/src/Exception/ |
Current File : /home/graphicd/www/vebto/vendor/php-http/client-common/src/Exception/ClientErrorException.php |
<?php declare(strict_types=1); namespace Http\Client\Common\Exception; use Http\Client\Exception\HttpException; /** * Thrown when there is a client error (4xx). * * @author Joel Wurtz <joel.wurtz@gmail.com> */ final class ClientErrorException extends HttpException { }