<?php
namespace ContainerMBEyLVQ;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class getTwig_Controller_ExceptionService extends appAppKernelDevDebugContainer
{
/**
* Gets the public 'twig.controller.exception' shared service.
*
* @return \Symfony\Bundle\TwigBundle\Controller\ExceptionController
*
* @deprecated The "twig.controller.exception" service is deprecated since Symfony 4.4.
*/
public static function do($container, $lazyLoad = true)
{
trigger_deprecation('', '', 'The "twig.controller.exception" service is deprecated since Symfony 4.4.');
return $container->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($container->services['twig'] ?? $container->getTwigService()), true);
}
}