<?php
namespace ContainerSQ0UJs5;
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 getJsonResponseExceptionSubscriberService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'Nijens\OpenapiBundle\EventListener\JsonResponseExceptionSubscriber' shared service.
*
* @return \Nijens\OpenapiBundle\EventListener\JsonResponseExceptionSubscriber
*
* @deprecated Since nijens/openapi-bundle 1.3: The "Nijens\OpenapiBundle\EventListener\JsonResponseExceptionSubscriber" service is deprecated since nijens/openapi-bundle 1.3 and will be removed in 2.0.
*/
public static function do($container, $lazyLoad = true)
{
trigger_deprecation('nijens/openapi-bundle', '1.3', 'The "Nijens\\OpenapiBundle\\EventListener\\JsonResponseExceptionSubscriber" service is deprecated since nijens/openapi-bundle 1.3 and will be removed in 2.0.');
return $container->privates['Nijens\\OpenapiBundle\\EventListener\\JsonResponseExceptionSubscriber'] = new \Nijens\OpenapiBundle\EventListener\JsonResponseExceptionSubscriber($container->load('getNijensOpenapi_Service_ExceptionJsonResponseBuilderService'));
}
}