添加网站文件
This commit is contained in:
9
vendor/guzzlehttp/guzzle/src/Exception/ClientException.php
vendored
Normal file
9
vendor/guzzlehttp/guzzle/src/Exception/ClientException.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace GuzzleHttp\Exception;
|
||||
|
||||
/**
|
||||
* Exception when a client error is encountered (4xx codes)
|
||||
*/
|
||||
class ClientException extends BadResponseException
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user