- Issue created by @chaimaariz
- Status changed to RTBC
over 1 year ago 5:24am 27 April 2023 - 🇮🇳India omkar_yewale Mumbai
Thanks for the patch @chaimaariz,
In Drupal 10, I'm also getting the same error. This patch fixed it. - 🇮🇳India raajkumar.kuru Chennai
https://github.com/ekino/EkinoNewRelicBundle/issues/237
Starting from Symfony 4.4, GetResponseForExceptionEvent::getException is deprecated. It should be replaced with getThrowable.
Also GetResponseForExceptionEvent is deprecated, and should be replaced with ExceptionEvent