Subversion Repositories php-qbpwcf

Rev

Details | Last modification | View Log | RSS feed

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