mirror of
https://0xacab.org/radar/radar-wp.git
synced 2025-06-09 05:06:26 +02:00
Initial import.
This commit is contained in:
commit
86383280c9
428 changed files with 68738 additions and 0 deletions
10
vendor/guzzle/http/Guzzle/Http/Exception/HttpException.php
vendored
Normal file
10
vendor/guzzle/http/Guzzle/Http/Exception/HttpException.php
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
namespace Guzzle\Http\Exception;
|
||||
|
||||
use Guzzle\Common\Exception\GuzzleException;
|
||||
|
||||
/**
|
||||
* Http exception interface
|
||||
*/
|
||||
interface HttpException extends GuzzleException {}
|
Loading…
Add table
Add a link
Reference in a new issue