404.php 141 B

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