You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Symfony\Component\HttpKernel\Exception\FlattenException class has been deprecated in Symfony 2.3. Use the Symfony\Component\Debug\Exception\FlattenException class instead.
*
* @throws \InvalidArgumentException When the exception template does not exist
*
* @return Response
*/
publicfunction showAction(Request$request, FlattenException$exception, DebugLoggerInterface$logger = null, $_format = 'html')
{
$currentContent = $this->getAndCleanOutputBuffering($request->headers->get('X-Php-Ob-Level', -1));
$code = $exception->getStatusCode();
//get request extension
in Bundle/TwigBundle/Controller/ExceptionController.php, line 40
Posted from SensioLabsInsight
The text was updated successfully, but these errors were encountered: