mirror of
https://0xacab.org/radar/radar-wp.git
synced 2025-04-19 06:17:30 +02:00
Initial import.
This commit is contained in:
commit
86383280c9
428 changed files with 68738 additions and 0 deletions
8
vendor/guzzle/http/Guzzle/Http/Exception/ClientErrorResponseException.php
vendored
Normal file
8
vendor/guzzle/http/Guzzle/Http/Exception/ClientErrorResponseException.php
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
|
||||
namespace Guzzle\Http\Exception;
|
||||
|
||||
/**
|
||||
* Exception when a client error is encountered (4xx codes)
|
||||
*/
|
||||
class ClientErrorResponseException extends BadResponseException {}
|
Loading…
Add table
Add a link
Reference in a new issue