ekino/EkinoNewRelicBundle

User Deprecated: The "Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent::getException()" method is deprecated since Symfony 4.4, use "getThrowable()" instead.

Closed this issue · 0 comments

ruudk commented

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