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
91
91
* **Ryan Weaver ** (`weaverryan `_);
92
92
* **Christian Flothmann ** (`xabbuh `_);
93
93
* **Wouter De Jong ** (`wouterj `_);
94
- * **Jules Pietri ** (`HeahDude `_);
95
94
* **Javier Eguiluz ** (`javiereguiluz `_).
96
95
* **Oskar Stark ** (`OskarStark `_).
97
96
@@ -202,7 +201,6 @@ discretion of the **Project Leader**.
202
201
.. _`yceruto` : https://github.com/yceruto
203
202
.. _`michaelcullum` : https://github.com/michaelcullum
204
203
.. _`wouterj` : https://github.com/wouterj
205
- .. _`HeahDude` : https://github.com/HeahDude
206
204
.. _`OskarStark` : https://github.com/OskarStark
207
205
.. _`romainneutron` : https://github.com/romainneutron
208
206
.. _`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>`::
210
210
211
211
public function onKernelException(ExceptionEvent $event): void
212
212
{
213
- $exception = $event->getException ();
213
+ $exception = $event->getThrowable ();
214
214
if (!$exception instanceof AccessDeniedException) {
215
215
return;
216
216
}
You can’t perform that action at this time.
0 commit comments