mirror of
https://0xacab.org/radar/radar-wp.git
synced 2025-02-02 19:16:12 +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 {}
|