We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7c07bd commit efc2e47Copy full SHA for efc2e47
1 file changed
system/Filters/CSRF.php
@@ -72,7 +72,7 @@ class CSRF implements FilterInterface
72
* @param array|null $arguments
73
*
74
* @return mixed
75
- * @throws \Exception
+ * @throws \CodeIgniter\Security\Exceptions\SecurityException
76
*/
77
public function before(RequestInterface $request, $arguments = null)
78
{
0 commit comments