501.php 147 B

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