Rev 915 | Blame | Compare with Previous | Last modification | View Log | RSS feed
<?phpnamespace Guzzle\Http\Exception;use Guzzle\Common\Exception\GuzzleException;/*** Http exception interface*/interface HttpException extends GuzzleException {}