408.php 150 B

12345678910
  1. <?php
  2. class Kohana_HTTP_Exception_408 extends HTTP_Exception {
  3. /**
  4. * @var integer HTTP 408 Request Timeout
  5. */
  6. protected $_code = 408;
  7. }