<?php

namespace ContainerJpqYdfD;

use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;

/**
 * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
 */
class getErrorControllerService extends AdminKernelDevDebugContainer
{
    /**
     * Gets the public 'PrestaShopBundle\Controller\Admin\ErrorController' shared autowired service.
     *
     * @return \PrestaShopBundle\Controller\Admin\ErrorController
     */
    public static function do($container, $lazyLoad = true)
    {
        $container->services['PrestaShopBundle\\Controller\\Admin\\ErrorController'] = $instance = new \PrestaShopBundle\Controller\Admin\ErrorController();

        $instance->setContainer(($container->privates['.service_locator.060bAPo'] ?? $container->load('get_ServiceLocator_060bAPoService'))->withContext('PrestaShopBundle\\Controller\\Admin\\ErrorController', $container));

        return $instance;
    }
}
