| 1 | <?php |
||
| 8 | class UnavailableForLegalReasonsException extends HttpException |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * Constructor |
||
| 12 | * |
||
| 13 | * @param string $message |
||
| 14 | * @param \Exception $previous |
||
| 15 | * @param integer $code |
||
| 16 | */ |
||
| 17 | 3 | public function __construct($message = 'Unavailable For Legal Reasons', Exception $previous = null, $code = 0) |
|
| 21 | } |
||
| 22 |