* @license See the LICENSE file that was distributed with this source code. */ namespace Guzzle\Http; use Guzzle\Common\GuzzleException; /** * Http exception * * @author michael@guzzlephp.org */ class HttpException extends \Exception implements GuzzleException { }