File "HttpException.php"
Full Path: /home/magiggjm/magistvandroids.com/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/HttpException.php
File size: 174 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Guzzle\Http\Exception;
use Guzzle\Common\Exception\GuzzleException;
/**
* Http exception interface
*/
interface HttpException extends GuzzleException {}