[COMPOSER] Added predis/predis and updated packages
This commit is contained in:
14
vendor/php-http/client-common/src/Exception/ClientErrorException.php
vendored
Normal file
14
vendor/php-http/client-common/src/Exception/ClientErrorException.php
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
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>
|
||||
*/
|
||||
class ClientErrorException extends HttpException
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user