The method Symfony\Component\HttpKe...onEvent::getException() has been deprecated with message: since Symfony 4.4, use getThrowable instead
This method has been deprecated. The supplier of the class has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the method will be
removed from the class and what other method or class to use instead.
Loading history...
22
}
23
24
if ($throwable instanceof NotValidCurrentPageException) {
25
$notFoundHttpException = new NotFoundHttpException('Page Not Found', $throwable);
The method Symfony\Component\HttpKe...onEvent::setException() has been deprecated with message: since Symfony 4.4, use setThrowable instead
This method has been deprecated. The supplier of the class has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the method will be
removed from the class and what other method or class to use instead.
This method has been deprecated. The supplier of the class has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the method will be removed from the class and what other method or class to use instead.