var/cache/dev/ContainerSQ0UJs5/getJsonResponseExceptionSubscriberService.php line 20

Open in your IDE?
  1. <?php
  2. namespace ContainerSQ0UJs5;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  5. /**
  6.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  7.  */
  8. class getJsonResponseExceptionSubscriberService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'Nijens\OpenapiBundle\EventListener\JsonResponseExceptionSubscriber' shared service.
  12.      *
  13.      * @return \Nijens\OpenapiBundle\EventListener\JsonResponseExceptionSubscriber
  14.      *
  15.      * @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.
  16.      */
  17.     public static function do($container$lazyLoad true)
  18.     {
  19.         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.');
  20.         return $container->privates['Nijens\\OpenapiBundle\\EventListener\\JsonResponseExceptionSubscriber'] = new \Nijens\OpenapiBundle\EventListener\JsonResponseExceptionSubscriber($container->load('getNijensOpenapi_Service_ExceptionJsonResponseBuilderService'));
  21.     }
  22. }