410.php 139 B

12345678910
  1. <?php
  2. class Kohana_HTTP_Exception_410 extends HTTP_Exception {
  3. /**
  4. * @var integer HTTP 410 Gone
  5. */
  6. protected $_code = 410;
  7. }