416.php 164 B

12345678910
  1. <?php
  2. class Kohana_HTTP_Exception_416 extends HTTP_Exception {
  3. /**
  4. * @var integer HTTP 416 Request Range Not Satisfiable
  5. */
  6. protected $_code = 416;
  7. }