503.php 151 B

12345678910
  1. <?php
  2. class KO7_HTTP_Exception_503 extends HTTP_Exception {
  3. /**
  4. * @var integer HTTP 503 Service Unavailable
  5. */
  6. protected $_code = 503;
  7. }