<?php
namespace Container8LCi6zJ;
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 getKernel_ExceptionService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'kernel.exception' shared autowired service.
*
* @return \App\EventListener\ExceptionListener
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/EventListener/ExceptionListener.php';
$a = ($container->services['.container.private.twig'] ?? $container->get_Container_Private_TwigService());
if (isset($container->privates['kernel.exception'])) {
return $container->privates['kernel.exception'];
}
return $container->privates['kernel.exception'] = new \App\EventListener\ExceptionListener($a, ($container->services['translator'] ?? $container->getTranslatorService()), ($container->privates['monolog.logger'] ?? $container->getMonolog_LoggerService()), ($container->services['.container.private.session'] ?? $container->get_Container_Private_SessionService()), ($container->services['router'] ?? $container->getRouterService()));
}
}