414.php 155 B

12345678910
  1. <?php
  2. class Kohana_HTTP_Exception_414 extends HTTP_Exception {
  3. /**
  4. * @var integer HTTP 414 Request-URI Too Long
  5. */
  6. protected $_code = 414;
  7. }