first
This commit is contained in:
parent
99e1fe2818
commit
8581adf302
29170 changed files with 2950183 additions and 9 deletions
10
vendor/guzzlehttp/guzzle/src/Exception/ClientException.php
vendored
Normal file
10
vendor/guzzlehttp/guzzle/src/Exception/ClientException.php
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
namespace GuzzleHttp\Exception;
|
||||
|
||||
/**
|
||||
* Exception when a client error is encountered (4xx codes)
|
||||
*/
|
||||
class ClientException extends BadResponseException
|
||||
{
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue