mirror of
https://0xacab.org/radar/radar-wp.git
synced 2025-04-20 23:06:31 +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/ServerErrorResponseException.php
vendored
Normal file
8
vendor/guzzle/http/Guzzle/Http/Exception/ServerErrorResponseException.php
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
|
||||
namespace Guzzle\Http\Exception;
|
||||
|
||||
/**
|
||||
* Exception when a server error is encountered (5xx codes)
|
||||
*/
|
||||
class ServerErrorResponseException extends BadResponseException {}
|
Loading…
Add table
Add a link
Reference in a new issue