We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9f5c83 commit 6cffb87Copy full SHA for 6cffb87
user_guide_src/source/general/errors/010.php
@@ -1,3 +1,3 @@
1
<?php
2
3
-throw new \CodeIgniter\Router\Exceptions\RedirectException($route);
+throw new \CodeIgniter\HTTP\Exceptions\RedirectException($route);
user_guide_src/source/general/errors/011.php
-throw new \CodeIgniter\Router\Exceptions\RedirectException($route, 301);
+throw new \CodeIgniter\HTTP\Exceptions\RedirectException($route, 301);
0 commit comments