1 | <?php |
||
23 | class RangeNotSatisfiableHttpException extends HttpException |
||
24 | { |
||
25 | /** |
||
26 | * Constructor. |
||
27 | * @param string $message error message |
||
28 | * @param integer $code error code |
||
29 | * @param \Exception $previous The previous exception used for the exception chaining. |
||
30 | */ |
||
31 | 4 | public function __construct($message = null, $code = 0, \Exception $previous = null) |
|
35 | } |
||
36 |