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.
In a controller, add the following code:
$e = new Exception(); throw new AccessDeniedException('Access Denied', $e);
An error 500 should be returned instead of a 403.