304.php 156 B

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