508.php 148 B

12345678910
  1. <?php
  2. class Kohana_HTTP_Exception_508 extends HTTP_Exception {
  3. /**
  4. * @var integer HTTP 508 Loop Detected
  5. */
  6. protected $_code = 508;
  7. }