500.php 153 B

12345678910
  1. <?php
  2. class KO7_HTTP_Exception_500 extends HTTP_Exception {
  3. /**
  4. * @var integer HTTP 500 Internal Server Error
  5. */
  6. protected $_code = 500;
  7. }