Julius Herrmann 40ae8de197 intitial init
2021-06-13 23:00:07 +02:00

23 lines
795 B
PHP

<?php
namespace Container87HTByt;
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 getResponseService extends App_KernelDevDebugContainer
{
/**
* Gets the private '.errored..service_locator.KfwZsne.Symfony\Component\HttpFoundation\Response' shared service.
*
* @return \Symfony\Component\HttpFoundation\Response
*/
public static function do($container, $lazyLoad = true)
{
$container->throw('Cannot autowire service ".service_locator.KfwZsne": it references class "Symfony\\Component\\HttpFoundation\\Response" but no such service exists.');
}
}