410.php 193 B

12345678910
  1. <?php defined('SYSPATH') OR die('No direct script access.');
  2. class Kohana_HTTP_Exception_410 extends HTTP_Exception {
  3. /**
  4. * @var integer HTTP 410 Gone
  5. */
  6. protected $_code = 410;
  7. }