mirror of
https://0xacab.org/radar/radar-wp.git
synced 2024-12-23 17:16:31 +01:00
10 lines
174 B
PHP
10 lines
174 B
PHP
<?php
|
|
|
|
namespace Guzzle\Http\Exception;
|
|
|
|
use Guzzle\Common\Exception\GuzzleException;
|
|
|
|
/**
|
|
* Http exception interface
|
|
*/
|
|
interface HttpException extends GuzzleException {}
|