Upgrade to KH 3.3.0
This commit is contained in:
10
includes/kohana/system/classes/Kohana/HTTP/Exception/414.php
Normal file
10
includes/kohana/system/classes/Kohana/HTTP/Exception/414.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php defined('SYSPATH') OR die('No direct script access.');
|
||||
|
||||
class Kohana_HTTP_Exception_414 extends HTTP_Exception {
|
||||
|
||||
/**
|
||||
* @var integer HTTP 414 Request-URI Too Long
|
||||
*/
|
||||
protected $_code = 414;
|
||||
|
||||
}
|
Reference in New Issue
Block a user