@@ -138,7 +138,7 @@ public function skipEvents()
138138 * @param array|null $params
139139 *
140140 * @return \CodeIgniter\Test\FeatureResponse
141- * @throws \CodeIgniter\HTTP \RedirectException
141+ * @throws \CodeIgniter\Router\Exceptions \RedirectException
142142 * @throws \Exception
143143 */
144144 public function call (string $ method , string $ path , array $ params = null )
@@ -179,7 +179,7 @@ public function call(string $method, string $path, array $params = null)
179179 * @param array|null $params
180180 *
181181 * @return \CodeIgniter\Test\FeatureResponse
182- * @throws \CodeIgniter\HTTP \RedirectException
182+ * @throws \CodeIgniter\Router\Exceptions \RedirectException
183183 * @throws \Exception
184184 */
185185 public function get (string $ path , array $ params = null )
@@ -194,7 +194,7 @@ public function get(string $path, array $params = null)
194194 * @param array|null $params
195195 *
196196 * @return \CodeIgniter\Test\FeatureResponse
197- * @throws \CodeIgniter\HTTP \RedirectException
197+ * @throws \CodeIgniter\Router\Exceptions \RedirectException
198198 * @throws \Exception
199199 */
200200 public function post (string $ path , array $ params = null )
@@ -209,7 +209,7 @@ public function post(string $path, array $params = null)
209209 * @param array|null $params
210210 *
211211 * @return \CodeIgniter\Test\FeatureResponse
212- * @throws \CodeIgniter\HTTP \RedirectException
212+ * @throws \CodeIgniter\Router\Exceptions \RedirectException
213213 * @throws \Exception
214214 */
215215 public function put (string $ path , array $ params = null )
@@ -224,7 +224,7 @@ public function put(string $path, array $params = null)
224224 * @param array|null $params
225225 *
226226 * @return \CodeIgniter\Test\FeatureResponse
227- * @throws \CodeIgniter\HTTP \RedirectException
227+ * @throws \CodeIgniter\Router\Exceptions \RedirectException
228228 * @throws \Exception
229229 */
230230 public function patch (string $ path , array $ params = null )
@@ -239,7 +239,7 @@ public function patch(string $path, array $params = null)
239239 * @param array|null $params
240240 *
241241 * @return \CodeIgniter\Test\FeatureResponse
242- * @throws \CodeIgniter\HTTP \RedirectException
242+ * @throws \CodeIgniter\Router\Exceptions \RedirectException
243243 * @throws \Exception
244244 */
245245 public function delete (string $ path , array $ params = null )
@@ -254,7 +254,7 @@ public function delete(string $path, array $params = null)
254254 * @param array|null $params
255255 *
256256 * @return \CodeIgniter\Test\FeatureResponse
257- * @throws \CodeIgniter\HTTP \RedirectException
257+ * @throws \CodeIgniter\Router\Exceptions \RedirectException
258258 * @throws \Exception
259259 */
260260 public function options (string $ path , array $ params = null )
0 commit comments