503.php 154 B

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