File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff 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/
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments