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 9708c17 commit d7f474bCopy full SHA for d7f474b
1 file changed
Classes/Router/HttpRequestRouter.php
@@ -34,7 +34,7 @@ class HttpRequestRouter
34
* Route the request to correct handler.
35
*
36
* @return ResponseInterface
37
- * @throws \Throwable
+ * @throws UnauthorizedAccessException if the user can't be authenticated.
38
*/
39
public static function route(ServerRequestInterface $request): ResponseInterface
40
{
0 commit comments