413.php 213 B

12345678910
  1. <?php defined('SYSPATH') OR die('No direct script access.');
  2. class Kohana_HTTP_Exception_413 extends HTTP_Exception {
  3. /**
  4. * @var integer HTTP 413 Request Entity Too Large
  5. */
  6. protected $_code = 413;
  7. }