307.php 162 B

12345678910
  1. <?php
  2. class Kohana_HTTP_Exception_307 extends HTTP_Exception_Redirect {
  3. /**
  4. * @var integer HTTP 307 Temporary Redirect
  5. */
  6. protected $_code = 307;
  7. }