AccessDeniedHandlerInterface
interface AccessDeniedHandlerInterface
This is used by the ExceptionListener to translate an AccessDeniedException to a Response object.
Methods
| Response |  handle(Request $request, AccessDeniedException $accessDeniedException)  Handles an access denied failure.  |  
Details
Response handle(Request $request, AccessDeniedException $accessDeniedException)
Handles an access denied failure.
Parameters
| Request | $request | |
| AccessDeniedException | $accessDeniedException | 
Return Value
| Response | may return null | 
    © 2004–2017 Fabien Potencier
Licensed under the MIT License.
    http://api.symfony.com/3.4/Symfony/Component/Security/Http/Authorization/AccessDeniedHandlerInterface.html