Initial Commit
This commit is contained in:
10
dependencies/guzzlehttp/guzzle/src/Exception/ClientException.php
vendored
Normal file
10
dependencies/guzzlehttp/guzzle/src/Exception/ClientException.php
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace WP_Ultimo\Dependencies\GuzzleHttp\Exception;
|
||||
|
||||
/**
|
||||
* Exception when a client error is encountered (4xx codes)
|
||||
*/
|
||||
class ClientException extends BadResponseException
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user