1: <?php 2: 3: namespace Guzzle\Http\Exception; 4: 5: use Guzzle\Common\Exception\GuzzleException; 6: 7: /** 8: * Http exception interface 9: */ 10: interface HttpException extends GuzzleException {} 11: