We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1add05a + c72573a commit 481b4c3Copy full SHA for 481b4c3
1 file changed
user_guide_src/source/general/errors.rst
@@ -105,11 +105,11 @@ RedirectException
105
-----------------
106
107
This exception is a special case allowing for overriding of all other response routing and
108
-forcing a redirect to a specific route or URL:
+forcing a redirect to a specific URI:
109
110
.. literalinclude:: errors/010.php
111
112
-``$uri`` may be a URI path relative to baseURL, or a complete URL. You can also supply a
+``$uri`` is a URI path relative to baseURL. You can also supply a
113
redirect code to use instead of the default (``302``, "temporary redirect"):
114
115
.. literalinclude:: errors/011.php
0 commit comments