505.php 158 B

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