300.php 157 B

12345678910
  1. <?php
  2. class KO7_HTTP_Exception_300 extends HTTP_Exception_Redirect {
  3. /**
  4. * @var integer HTTP 300 Multiple Choices
  5. */
  6. protected $_code = 300;
  7. }