Skip to content

Commit cf16f51

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: Remove HeahDude from the docs team Update access_denied_handler.rst
2 parents 362dc16 + 9e45cc7 commit cf16f51

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

contributing/code/core_team.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ Active Core Members
9191
* **Ryan Weaver** (`weaverryan`_);
9292
* **Christian Flothmann** (`xabbuh`_);
9393
* **Wouter De Jong** (`wouterj`_);
94-
* **Jules Pietri** (`HeahDude`_);
9594
* **Javier Eguiluz** (`javiereguiluz`_).
9695
* **Oskar Stark** (`OskarStark`_).
9796

@@ -202,7 +201,6 @@ discretion of the **Project Leader**.
202201
.. _`yceruto`: https://github.com/yceruto
203202
.. _`michaelcullum`: https://github.com/michaelcullum
204203
.. _`wouterj`: https://github.com/wouterj
205-
.. _`HeahDude`: https://github.com/HeahDude
206204
.. _`OskarStark`: https://github.com/OskarStark
207205
.. _`romainneutron`: https://github.com/romainneutron
208206
.. _`lsmith77`: https://github.com/lsmith77/

security/access_denied_handler.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ configure a :ref:`kernel.exception listener <use-kernel-exception-event>`::
210210

211211
public function onKernelException(ExceptionEvent $event): void
212212
{
213-
$exception = $event->getException();
213+
$exception = $event->getThrowable();
214214
if (!$exception instanceof AccessDeniedException) {
215215
return;
216216
}

0 commit comments

Comments
 (0)