<?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 getNijensOpenapi_Service_ExceptionJsonResponseBuilderService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'nijens_openapi.service.exception_json_response_builder' shared service.
*
* @return \Nijens\OpenapiBundle\Service\ExceptionJsonResponseBuilder
*
* @deprecated Since nijens/openapi-bundle 1.3: The "nijens_openapi.service.exception_json_response_builder" 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_openapi.service.exception_json_response_builder" service is deprecated since nijens/openapi-bundle 1.3 and will be removed in 2.0.');
return new \Nijens\OpenapiBundle\Service\ExceptionJsonResponseBuilder(true);
}
}