<?php
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
// This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
// Returns the public 'sulu_website.exception.controller' shared service.
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/ExceptionController.php';
return $this->services['sulu_website.exception.controller'] = new \Sulu\Bundle\WebsiteBundle\Controller\ExceptionController($this->load('getSuluWebsite_ExceptionController_InnerService.php'), ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService()), ($this->services['sulu_website.resolver.parameter'] ?? $this->load('getSuluWebsite_Resolver_ParameterService.php')), ($this->services['twig'] ?? $this->getTwigService()), true);