Subversion Repositories qbpwcf-lib(archive)

Rev

Rev 915 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 liveuser 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 {}