Kohana v3.3.0
This commit is contained in:
3
system/classes/HTTP/Exception/300.php
Normal file
3
system/classes/HTTP/Exception/300.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php defined('SYSPATH') OR die('No direct script access.');
|
||||
|
||||
class HTTP_Exception_300 extends Kohana_HTTP_Exception_300 {}
|
3
system/classes/HTTP/Exception/301.php
Normal file
3
system/classes/HTTP/Exception/301.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php defined('SYSPATH') OR die('No direct script access.');
|
||||
|
||||
class HTTP_Exception_301 extends Kohana_HTTP_Exception_301 {}
|
3
system/classes/HTTP/Exception/302.php
Normal file
3
system/classes/HTTP/Exception/302.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php defined('SYSPATH') OR die('No direct script access.');
|
||||
|
||||
class HTTP_Exception_302 extends Kohana_HTTP_Exception_302 {}
|
3
system/classes/HTTP/Exception/303.php
Normal file
3
system/classes/HTTP/Exception/303.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php defined('SYSPATH') OR die('No direct script access.');
|
||||
|
||||
class HTTP_Exception_303 extends Kohana_HTTP_Exception_303 {}
|
3
system/classes/HTTP/Exception/304.php
Normal file
3
system/classes/HTTP/Exception/304.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php defined('SYSPATH') OR die('No direct script access.');
|
||||
|
||||
class HTTP_Exception_304 extends Kohana_HTTP_Exception_304 {}
|
3
system/classes/HTTP/Exception/305.php
Normal file
3
system/classes/HTTP/Exception/305.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php defined('SYSPATH') OR die('No direct script access.');
|
||||
|
||||
class HTTP_Exception_305 extends Kohana_HTTP_Exception_305 {}
|
3
system/classes/HTTP/Exception/307.php
Normal file
3
system/classes/HTTP/Exception/307.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php defined('SYSPATH') OR die('No direct script access.');
|
||||
|
||||
class HTTP_Exception_307 extends Kohana_HTTP_Exception_307 {}
|
3
system/classes/HTTP/Exception/400.php
Normal file
3
system/classes/HTTP/Exception/400.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php defined('SYSPATH') OR die('No direct script access.');
|
||||
|
||||
class HTTP_Exception_400 extends Kohana_HTTP_Exception_400 {}
|
3
system/classes/HTTP/Exception/401.php
Normal file
3
system/classes/HTTP/Exception/401.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php defined('SYSPATH') OR die('No direct script access.');
|
||||
|
||||
class HTTP_Exception_401 extends Kohana_HTTP_Exception_401 {}
|
3
system/classes/HTTP/Exception/402.php
Normal file
3
system/classes/HTTP/Exception/402.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php defined('SYSPATH') OR die('No direct script access.');
|
||||
|
||||
class HTTP_Exception_402 extends Kohana_HTTP_Exception_402 {}
|
3
system/classes/HTTP/Exception/403.php
Normal file
3
system/classes/HTTP/Exception/403.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php defined('SYSPATH') OR die('No direct script access.');
|
||||
|
||||
class HTTP_Exception_403 extends Kohana_HTTP_Exception_403 {}
|
3
system/classes/HTTP/Exception/404.php
Normal file
3
system/classes/HTTP/Exception/404.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php defined('SYSPATH') OR die('No direct script access.');
|
||||
|
||||
class HTTP_Exception_404 extends Kohana_HTTP_Exception_404 {}
|
3
system/classes/HTTP/Exception/405.php
Normal file
3
system/classes/HTTP/Exception/405.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php defined('SYSPATH') OR die('No direct script access.');
|
||||
|
||||
class HTTP_Exception_405 extends Kohana_HTTP_Exception_405 {}
|
3
system/classes/HTTP/Exception/406.php
Normal file
3
system/classes/HTTP/Exception/406.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php defined('SYSPATH') OR die('No direct script access.');
|
||||
|
||||
class HTTP_Exception_406 extends Kohana_HTTP_Exception_406 {}
|
3
system/classes/HTTP/Exception/407.php
Normal file
3
system/classes/HTTP/Exception/407.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php defined('SYSPATH') OR die('No direct script access.');
|
||||
|
||||
class HTTP_Exception_407 extends Kohana_HTTP_Exception_407 {}
|
3
system/classes/HTTP/Exception/408.php
Normal file
3
system/classes/HTTP/Exception/408.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php defined('SYSPATH') OR die('No direct script access.');
|
||||
|
||||
class HTTP_Exception_408 extends Kohana_HTTP_Exception_408 {}
|
3
system/classes/HTTP/Exception/409.php
Normal file
3
system/classes/HTTP/Exception/409.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php defined('SYSPATH') OR die('No direct script access.');
|
||||
|
||||
class HTTP_Exception_409 extends Kohana_HTTP_Exception_409 {}
|
3
system/classes/HTTP/Exception/410.php
Normal file
3
system/classes/HTTP/Exception/410.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php defined('SYSPATH') OR die('No direct script access.');
|
||||
|
||||
class HTTP_Exception_410 extends Kohana_HTTP_Exception_410 {}
|
3
system/classes/HTTP/Exception/411.php
Normal file
3
system/classes/HTTP/Exception/411.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php defined('SYSPATH') OR die('No direct script access.');
|
||||
|
||||
class HTTP_Exception_411 extends Kohana_HTTP_Exception_411 {}
|
3
system/classes/HTTP/Exception/412.php
Normal file
3
system/classes/HTTP/Exception/412.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php defined('SYSPATH') OR die('No direct script access.');
|
||||
|
||||
class HTTP_Exception_412 extends Kohana_HTTP_Exception_412 {}
|
3
system/classes/HTTP/Exception/413.php
Normal file
3
system/classes/HTTP/Exception/413.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php defined('SYSPATH') OR die('No direct script access.');
|
||||
|
||||
class HTTP_Exception_413 extends Kohana_HTTP_Exception_413 {}
|
3
system/classes/HTTP/Exception/414.php
Normal file
3
system/classes/HTTP/Exception/414.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php defined('SYSPATH') OR die('No direct script access.');
|
||||
|
||||
class HTTP_Exception_414 extends Kohana_HTTP_Exception_414 {}
|
3
system/classes/HTTP/Exception/415.php
Normal file
3
system/classes/HTTP/Exception/415.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php defined('SYSPATH') OR die('No direct script access.');
|
||||
|
||||
class HTTP_Exception_415 extends Kohana_HTTP_Exception_415 {}
|
3
system/classes/HTTP/Exception/416.php
Normal file
3
system/classes/HTTP/Exception/416.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php defined('SYSPATH') OR die('No direct script access.');
|
||||
|
||||
class HTTP_Exception_416 extends Kohana_HTTP_Exception_416 {}
|
3
system/classes/HTTP/Exception/417.php
Normal file
3
system/classes/HTTP/Exception/417.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php defined('SYSPATH') OR die('No direct script access.');
|
||||
|
||||
class HTTP_Exception_417 extends Kohana_HTTP_Exception_417 {}
|
3
system/classes/HTTP/Exception/500.php
Normal file
3
system/classes/HTTP/Exception/500.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php defined('SYSPATH') OR die('No direct script access.');
|
||||
|
||||
class HTTP_Exception_500 extends Kohana_HTTP_Exception_500 {}
|
3
system/classes/HTTP/Exception/501.php
Normal file
3
system/classes/HTTP/Exception/501.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php defined('SYSPATH') OR die('No direct script access.');
|
||||
|
||||
class HTTP_Exception_501 extends Kohana_HTTP_Exception_501 {}
|
3
system/classes/HTTP/Exception/502.php
Normal file
3
system/classes/HTTP/Exception/502.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php defined('SYSPATH') OR die('No direct script access.');
|
||||
|
||||
class HTTP_Exception_502 extends Kohana_HTTP_Exception_502 {}
|
3
system/classes/HTTP/Exception/503.php
Normal file
3
system/classes/HTTP/Exception/503.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php defined('SYSPATH') OR die('No direct script access.');
|
||||
|
||||
class HTTP_Exception_503 extends Kohana_HTTP_Exception_503 {}
|
3
system/classes/HTTP/Exception/504.php
Normal file
3
system/classes/HTTP/Exception/504.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php defined('SYSPATH') OR die('No direct script access.');
|
||||
|
||||
class HTTP_Exception_504 extends Kohana_HTTP_Exception_504 {}
|
3
system/classes/HTTP/Exception/505.php
Normal file
3
system/classes/HTTP/Exception/505.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php defined('SYSPATH') OR die('No direct script access.');
|
||||
|
||||
class HTTP_Exception_505 extends Kohana_HTTP_Exception_505 {}
|
3
system/classes/HTTP/Exception/Expected.php
Normal file
3
system/classes/HTTP/Exception/Expected.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php defined('SYSPATH') OR die('No direct script access.');
|
||||
|
||||
abstract class HTTP_Exception_Expected extends Kohana_HTTP_Exception_Expected {}
|
3
system/classes/HTTP/Exception/Redirect.php
Normal file
3
system/classes/HTTP/Exception/Redirect.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php defined('SYSPATH') OR die('No direct script access.');
|
||||
|
||||
abstract class HTTP_Exception_Redirect extends Kohana_HTTP_Exception_Redirect {}
|
Reference in New Issue
Block a user