304.php 153 B

12345678910
  1. <?php
  2. class KO7_HTTP_Exception_304 extends HTTP_Exception_Expected {
  3. /**
  4. * @var integer HTTP 304 Not Modified
  5. */
  6. protected $_code = 304;
  7. }