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