AccessDeniedHandlerInterface
in
This is used by the ExceptionListener to translate an AccessDeniedException to a Response object.
Tags
Table of Contents
Methods
Methods
handle()
Handles an access denied failure.
public
handle(Request $request, AccessDeniedException $accessDeniedException) : Response|null
Parameters
- $request : Request
- $accessDeniedException : AccessDeniedException