20:23:43 
                     
                                            
                            php                                                            (70 times) 
                                                     
                    
                            
            Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated 
        
        
            [
  "exception " => ErrorException  {#64 
    #message : "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated "
    #code : 0 
    #file : "/home/gwmaeusugb/sf4agenceimmo/vendor /monolog/monolog/ src/Monolog/Logger.php "
    #line : 324 
    #severity : E_DEPRECATED 
    trace : {
      /home/gwmaeusugb/sf4agenceimmo/vendor /monolog/monolog/ src/Monolog/Logger.php:324  {
        Monolog \ Logger->addRecord($level, $message, array $context = [])  …
        › } else { 
        ›     $ts = new \DateTime(null, static::$timezone); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /monolog/monolog/ src/Monolog/Logger.php:614  {
        Monolog \ Logger->log($level, $message, array $context = [])  …
        › 
        ›     return $this->addRecord($level, $message, $context); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/error-handler/ ErrorHandler.php:272  {
        Symfony\Component\ErrorHandler \ ErrorHandler->setLoggers(array $loggers): array  …
        › } elseif ($this->loggers[$type][0]) { 
        ›     $this->loggers[$type][0]->log($this->loggers[$type][1], $log[1], $log[2]); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/error-handler/ ErrorHandler.php:224  {
        Symfony\Component\ErrorHandler \ ErrorHandler->setDefaultLogger(LoggerInterface $logger, $levels = E_ALL, bool $replace = false): void  …
        › 
        ›     $this->setLoggers($loggers); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/DebugHandlersListener.php:85  {
        Symfony\Component\HttpKernel\EventListener \ DebugHandlersListener->configure(Event $event = null)  …
        › if ($this->logger) { 
        ›     $handler->setDefaultLogger($this->logger, $this->levels); 
        ›     if (\is_array($this->levels)) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
        Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
        › 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
            Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
        Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
        ›     } 
        ›     $listener($event, $eventName, $this); 
        › } 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          $eventName : "kernel.request "
          $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
        Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
        › if ($event instanceof Event) { 
        ›     $this->doDispatch($listeners, $eventName, $event); 
        › 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
        Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
        › if ($listeners) { 
        ›     $this->callListeners($listeners, $eventName, $event); 
        › } 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
        Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
        › try { 
        ›     $this->dispatcher->dispatch($event, $eventName); 
        › } finally { 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:134  {
        Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response  …
        › $event = new RequestEvent($this, $request, $type); 
        › $this->dispatcher->dispatch($event, KernelEvents::REQUEST); 
        › 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:80  {
        Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › try { 
        ›     return $this->handleRaw($request, $type); 
        › } catch (\Exception $e) { 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
          $type : 1 
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
        Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › try { 
        ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
        › } finally { 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
          $type : 1 
          $catch : true 
         }
       }
      /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
        › $request = Request::createFromGlobals(); 
        › $response = $kernel->handle($request); 
        › $response->send(); 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
         }
       }
     }
   }
 ] 
         
                    
                {
  /home/gwmaeusugb/sf4agenceimmo/vendor /monolog/monolog/ src/Monolog/Logger.php:324  {
    Monolog \ Logger->addRecord($level, $message, array $context = [])  …
    › } else { 
    ›     $ts = new \DateTime(null, static::$timezone); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /monolog/monolog/ src/Monolog/Logger.php:614  {
    Monolog \ Logger->log($level, $message, array $context = [])  …
    › 
    ›     return $this->addRecord($level, $message, $context); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/error-handler/ ErrorHandler.php:272  {
    Symfony\Component\ErrorHandler \ ErrorHandler->setLoggers(array $loggers): array  …
    › } elseif ($this->loggers[$type][0]) { 
    ›     $this->loggers[$type][0]->log($this->loggers[$type][1], $log[1], $log[2]); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/error-handler/ ErrorHandler.php:224  {
    Symfony\Component\ErrorHandler \ ErrorHandler->setDefaultLogger(LoggerInterface $logger, $levels = E_ALL, bool $replace = false): void  …
    › 
    ›     $this->setLoggers($loggers); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/DebugHandlersListener.php:85  {
    Symfony\Component\HttpKernel\EventListener \ DebugHandlersListener->configure(Event $event = null)  …
    › if ($this->logger) { 
    ›     $handler->setDefaultLogger($this->logger, $this->levels); 
    ›     if (\is_array($this->levels)) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
    Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
    › 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
        Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
    Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
    ›     } 
    ›     $listener($event, $eventName, $this); 
    › } 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      $eventName : "kernel.request "
      $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
    Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
    › if ($event instanceof Event) { 
    ›     $this->doDispatch($listeners, $eventName, $event); 
    › 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
    Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
    › if ($listeners) { 
    ›     $this->callListeners($listeners, $eventName, $event); 
    › } 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
    Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
    › try { 
    ›     $this->dispatcher->dispatch($event, $eventName); 
    › } finally { 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:134  {
    Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response  …
    › $event = new RequestEvent($this, $request, $type); 
    › $this->dispatcher->dispatch($event, KernelEvents::REQUEST); 
    › 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:80  {
    Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › try { 
    ›     return $this->handleRaw($request, $type); 
    › } catch (\Exception $e) { 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
      $type : 1 
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
    Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › try { 
    ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
    › } finally { 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
      $type : 1 
      $catch : true 
     }
   }
  /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
    › $request = Request::createFromGlobals(); 
    › $response = $kernel->handle($request); 
    › $response->send(); 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
     }
   }
 } 
             
             
                 
                                            
                    
                                                20:23:43 
                     
                                            
                            php                                                     
                    
                            
            Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice 
        
        
                    
             
                 
                                            
                    
                                                20:23:43 
                     
                                            
                            php                                                     
                    
                            
            Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice 
        
        
                    
             
                 
                                            
                    
                                                20:23:43 
                     
                                            
                            php                                                     
                    
                            
            Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice 
        
        
                    
             
                 
                                            
                    
                                                20:23:43 
                     
                                            
                            php                                                     
                    
                            
            Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice 
        
        
                    
             
                 
                                            
                    
                                                20:23:43 
                     
                                            
                            php                                                     
                    
                            
            Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated 
        
        
            [
  "exception " => ErrorException  {#90 
    #message : "Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated "
    #code : 0 
    #file : "/home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Request.php "
    #line : 295 
    #severity : E_DEPRECATED 
    trace : {
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Request.php:295  {
        Symfony\Component\HttpFoundation \ Request::createFromGlobals()  …
        › 
        › if (0 === strpos($request->headers->get('CONTENT_TYPE'), 'application/x-www-form-urlencoded') 
        ›     && \in_array(strtoupper($request->server->get('REQUEST_METHOD', 'GET')), ['PUT', 'DELETE', 'PATCH']) 
       }
      /home/gwmaeusugb/sf4agenceimmo / public/index.php:25  {
        › //Request::enableHttpMethodParameterOverride(); // <-- add this line 
        › $request = Request::createFromGlobals(); 
        › $response = $kernel->handle($request); 
       }
     }
   }
 ] 
         
                    
             
                 
                                            
                    
                                                20:23:43 
                     
                                            
                            php                                                     
                    
                            
            Deprecated: Return type of Symfony\Component\Config\Resource\GlobResource::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice 
        
        
            [
  "exception " => ErrorException  {#44 
    #message : "Deprecated: Return type of Symfony\Component\Config\Resource\GlobResource::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice "
    #code : 0 
    #file : "/home/gwmaeusugb/sf4agenceimmo/vendor /symfony/config/ Resource/GlobResource.php "
    #line : 100 
    #severity : E_DEPRECATED 
    trace : {
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/config/ Resource/GlobResource.php:100  {
        Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool  …
        ›  */ 
        › public function getIterator() 
        › { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/config/ ResourceCheckerConfigCache.php:164  {
        Symfony\Component\Config\ResourceCheckerConfigCache->Symfony\Component\Config \ {closure}  …
        › 
        ›     return $prevErrorHandler ? $prevErrorHandler($type, $msg, $file, $line, $context) : false; 
        › }); 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/config/ Resource/GlobResource.php:26  {
        unserialize(string $data, array $options = []): ?mixed   …
        ›  */ 
        › class GlobResource implements \IteratorAggregate, SelfCheckingResourceInterface 
        › { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/config/ ResourceCheckerConfigCache.php:168  {
        Symfony\Component\Config \ ResourceCheckerConfigCache->safelyUnserialize(string $file)  …
        › try { 
        ›     $meta = unserialize($content); 
        › } catch (\Throwable $e) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/config/ ResourceCheckerConfigCache.php:85  {
        Symfony\Component\Config \ ResourceCheckerConfigCache->isFresh()  …
        › 
        › $meta = $this->safelyUnserialize($metadata); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/config/ ConfigCache.php:60  {
        Symfony\Component\Config \ ConfigCache->isFresh()  …
        › 
        ›     return parent::isFresh(); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:517  {
        Symfony\Component\HttpKernel \ Kernel->initializeContainer()  …
        › if (file_exists($cachePath) && \is_object($this->container = include $cachePath) 
        ›     && (!$this->debug || (self::$freshCache[$cachePath] ?? $cache->isFresh())) 
        › ) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:136  {
        Symfony\Component\HttpKernel \ Kernel->boot()  …
        › // init container 
        › $this->initializeContainer(); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:196  {
        Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › { 
        ›     $this->boot(); 
        ›     ++$this->requestStackSize; 
       }
      /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
        › $request = Request::createFromGlobals(); 
        › $response = $kernel->handle($request); 
        › $response->send(); 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
         }
       }
     }
   }
 ] 
         
                    
                {
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/config/ Resource/GlobResource.php:100  {
    Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool  …
    ›  */ 
    › public function getIterator() 
    › { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/config/ ResourceCheckerConfigCache.php:164  {
    Symfony\Component\Config\ResourceCheckerConfigCache->Symfony\Component\Config \ {closure}  …
    › 
    ›     return $prevErrorHandler ? $prevErrorHandler($type, $msg, $file, $line, $context) : false; 
    › }); 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/config/ Resource/GlobResource.php:26  {
    unserialize(string $data, array $options = []): ?mixed   …
    ›  */ 
    › class GlobResource implements \IteratorAggregate, SelfCheckingResourceInterface 
    › { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/config/ ResourceCheckerConfigCache.php:168  {
    Symfony\Component\Config \ ResourceCheckerConfigCache->safelyUnserialize(string $file)  …
    › try { 
    ›     $meta = unserialize($content); 
    › } catch (\Throwable $e) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/config/ ResourceCheckerConfigCache.php:85  {
    Symfony\Component\Config \ ResourceCheckerConfigCache->isFresh()  …
    › 
    › $meta = $this->safelyUnserialize($metadata); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/config/ ConfigCache.php:60  {
    Symfony\Component\Config \ ConfigCache->isFresh()  …
    › 
    ›     return parent::isFresh(); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:517  {
    Symfony\Component\HttpKernel \ Kernel->initializeContainer()  …
    › if (file_exists($cachePath) && \is_object($this->container = include $cachePath) 
    ›     && (!$this->debug || (self::$freshCache[$cachePath] ?? $cache->isFresh())) 
    › ) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:136  {
    Symfony\Component\HttpKernel \ Kernel->boot()  …
    › // init container 
    › $this->initializeContainer(); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:196  {
    Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › { 
    ›     $this->boot(); 
    ›     ++$this->requestStackSize; 
   }
  /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
    › $request = Request::createFromGlobals(); 
    › $response = $kernel->handle($request); 
    › $response->send(); 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
     }
   }
 } 
             
             
                 
                                            
                    
                                                20:23:43 
                     
                                            
                            php                                                     
                    
                            
            Deprecated: Return type of Twig\Profiler\Profile::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice 
        
        
            [
  "exception " => ErrorException  {#216 
    #message : "Deprecated: Return type of Twig\Profiler\Profile::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice "
    #code : 0 
    #file : "/home/gwmaeusugb/sf4agenceimmo/vendor /twig/twig/ src/Profiler/Profile.php "
    #line : 160 
    #severity : E_DEPRECATED 
    trace : {
      /home/gwmaeusugb/sf4agenceimmo/vendor /twig/twig/ src/Profiler/Profile.php:160  {
        Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool  …
        › 
        › public function getIterator() 
        › { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /twig/twig/ src/Profiler/Profile.php:19  {
        include_once   …
        ›  */ 
        › class Profile implements \IteratorAggregate, \Serializable 
        › { 
       }
      /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:343  {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->ContainerMkxlH3I \ {closure}  …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php'; 
        › include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php'; 
        › include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php'; 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Container.php:159  {
        Symfony\Component\DependencyInjection \ Container->set($id, $service)  …
        ›     unset($this->privates['service_container']); 
        ›     $initialize(); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:520  {
        Symfony\Component\HttpKernel \ Kernel->initializeContainer()  …
        › self::$freshCache[$cachePath] = true; 
        › $this->container->set('kernel', $this); 
        › error_reporting($errorLevel); 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:136  {
        Symfony\Component\HttpKernel \ Kernel->boot()  …
        › // init container 
        › $this->initializeContainer(); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:196  {
        Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › { 
        ›     $this->boot(); 
        ›     ++$this->requestStackSize; 
       }
      /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
        › $request = Request::createFromGlobals(); 
        › $response = $kernel->handle($request); 
        › $response->send(); 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
         }
       }
     }
   }
 ] 
         
                    
                {
  /home/gwmaeusugb/sf4agenceimmo/vendor /twig/twig/ src/Profiler/Profile.php:160  {
    Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool  …
    › 
    › public function getIterator() 
    › { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /twig/twig/ src/Profiler/Profile.php:19  {
    include_once   …
    ›  */ 
    › class Profile implements \IteratorAggregate, \Serializable 
    › { 
   }
  /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:343  {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->ContainerMkxlH3I \ {closure}  …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php'; 
    › include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php'; 
    › include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php'; 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Container.php:159  {
    Symfony\Component\DependencyInjection \ Container->set($id, $service)  …
    ›     unset($this->privates['service_container']); 
    ›     $initialize(); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:520  {
    Symfony\Component\HttpKernel \ Kernel->initializeContainer()  …
    › self::$freshCache[$cachePath] = true; 
    › $this->container->set('kernel', $this); 
    › error_reporting($errorLevel); 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:136  {
    Symfony\Component\HttpKernel \ Kernel->boot()  …
    › // init container 
    › $this->initializeContainer(); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:196  {
    Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › { 
    ›     $this->boot(); 
    ›     ++$this->requestStackSize; 
   }
  /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
    › $request = Request::createFromGlobals(); 
    › $response = $kernel->handle($request); 
    › $response->send(); 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
     }
   }
 } 
             
             
                 
                                            
                    
                                                20:23:43 
                     
                                            
                            php                                                     
                    
                            
            Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice 
        
        
            [
  "exception " => ErrorException  {#471 
    #message : "Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice "
    #code : 0 
    #file : "/home/gwmaeusugb/sf4agenceimmo/vendor /symfony/var-dumper/ Cloner/Data.php "
    #line : 153 
    #severity : E_DEPRECATED 
    trace : {
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/var-dumper/ Cloner/Data.php:153  {
        Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool  …
        ›  */ 
        › public function offsetExists($key) 
        › { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/var-dumper/ Cloner/AbstractCloner.php:252  {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner \ {closure}  …
        › if ($this->prevErrorHandler) { 
        ›     return ($this->prevErrorHandler)($type, $msg, $file, $line, $context); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/var-dumper/ Cloner/Data.php:20  {
        Symfony\Component\VarDumper\Cloner \ AbstractCloner->cloneVar($var, $filter = 0)  …
        ›  */ 
        › class Data implements \ArrayAccess, \Countable, \IteratorAggregate 
        › { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ DataCollector/DataCollector.php:85  {
        Symfony\Component\HttpKernel\DataCollector \ DataCollector->cloneVar($var)  …
        › 
        ›     return $this->cloner->cloneVar($var); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/validator/ DataCollector/ValidatorDataCollector.php:53  {
        Symfony\Component\Validator\DataCollector \ ValidatorDataCollector->reset()  …
        › $this->data = [ 
        ›     'calls' => $this->cloneVar([]), 
        ›     'violations_count' => 0, 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/validator/ DataCollector/ValidatorDataCollector.php:37  {
        Symfony\Component\Validator\DataCollector \ ValidatorDataCollector->__construct(TraceableValidator $validator)  …
        ›     $this->validator = $validator; 
        ›     $this->reset(); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1913  {
        ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getProfilerService()  …
        › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector()); 
        › $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService()))); 
        › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector()); 
       }
      /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5699  {
        ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getProfilerListenerService()  …
        › { 
        ›     return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1397  {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->ContainerMkxlH3I \ {closure}  …
        › $instance->addListener('kernel.exception', [0 => function () { 
        ›     return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService()); 
        › }, 1 => 'onKernelException'], 0); 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:279  {
        Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName)  …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) { 
        ›     $listener[0] = $listener[0](); 
        ›     $listener[1] = $listener[1] ?? '__invoke'; 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:90  {
        Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null)  …
        › if (!isset($this->sorted[$eventName])) { 
        ›     $this->sortListeners($eventName); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334  {
        Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName)  …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) { 
        ›     $priority = $this->getListenerPriority($eventName, $listener); 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162  {
        Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
        › 
        › $this->preProcess($eventName); 
        › try { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:219  {
        Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
        › $event = new ExceptionEvent($this, $request, $type, $e); 
        › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
        Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › 
        ›     return $this->handleThrowable($e, $request, $type); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
        Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › try { 
        ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
        › } finally { 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
          $type : 1 
          $catch : true 
         }
       }
      /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
        › $request = Request::createFromGlobals(); 
        › $response = $kernel->handle($request); 
        › $response->send(); 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
         }
       }
     }
   }
 ] 
         
                    
                {
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/var-dumper/ Cloner/Data.php:153  {
    Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool  …
    ›  */ 
    › public function offsetExists($key) 
    › { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/var-dumper/ Cloner/AbstractCloner.php:252  {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner \ {closure}  …
    › if ($this->prevErrorHandler) { 
    ›     return ($this->prevErrorHandler)($type, $msg, $file, $line, $context); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/var-dumper/ Cloner/Data.php:20  {
    Symfony\Component\VarDumper\Cloner \ AbstractCloner->cloneVar($var, $filter = 0)  …
    ›  */ 
    › class Data implements \ArrayAccess, \Countable, \IteratorAggregate 
    › { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ DataCollector/DataCollector.php:85  {
    Symfony\Component\HttpKernel\DataCollector \ DataCollector->cloneVar($var)  …
    › 
    ›     return $this->cloner->cloneVar($var); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/validator/ DataCollector/ValidatorDataCollector.php:53  {
    Symfony\Component\Validator\DataCollector \ ValidatorDataCollector->reset()  …
    › $this->data = [ 
    ›     'calls' => $this->cloneVar([]), 
    ›     'violations_count' => 0, 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/validator/ DataCollector/ValidatorDataCollector.php:37  {
    Symfony\Component\Validator\DataCollector \ ValidatorDataCollector->__construct(TraceableValidator $validator)  …
    ›     $this->validator = $validator; 
    ›     $this->reset(); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1913  {
    ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getProfilerService()  …
    › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector()); 
    › $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService()))); 
    › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector()); 
   }
  /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5699  {
    ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getProfilerListenerService()  …
    › { 
    ›     return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1397  {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->ContainerMkxlH3I \ {closure}  …
    › $instance->addListener('kernel.exception', [0 => function () { 
    ›     return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService()); 
    › }, 1 => 'onKernelException'], 0); 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:279  {
    Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName)  …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) { 
    ›     $listener[0] = $listener[0](); 
    ›     $listener[1] = $listener[1] ?? '__invoke'; 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:90  {
    Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null)  …
    › if (!isset($this->sorted[$eventName])) { 
    ›     $this->sortListeners($eventName); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334  {
    Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName)  …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) { 
    ›     $priority = $this->getListenerPriority($eventName, $listener); 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162  {
    Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
    › 
    › $this->preProcess($eventName); 
    › try { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:219  {
    Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
    › $event = new ExceptionEvent($this, $request, $type, $e); 
    › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
    Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › 
    ›     return $this->handleThrowable($e, $request, $type); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
    Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › try { 
    ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
    › } finally { 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
      $type : 1 
      $catch : true 
     }
   }
  /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
    › $request = Request::createFromGlobals(); 
    › $response = $kernel->handle($request); 
    › $response->send(); 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
     }
   }
 } 
             
             
                 
                                            
                    
                                                20:23:43 
                     
                                            
                            php                                                     
                    
                            
            Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice 
        
        
            [
  "exception " => ErrorException  {#470 
    #message : "Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice "
    #code : 0 
    #file : "/home/gwmaeusugb/sf4agenceimmo/vendor /symfony/var-dumper/ Cloner/Data.php "
    #line : 158 
    #severity : E_DEPRECATED 
    trace : {
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/var-dumper/ Cloner/Data.php:158  {
        Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool  …
        › 
        › public function offsetGet($key) 
        › { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/var-dumper/ Cloner/AbstractCloner.php:252  {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner \ {closure}  …
        › if ($this->prevErrorHandler) { 
        ›     return ($this->prevErrorHandler)($type, $msg, $file, $line, $context); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/var-dumper/ Cloner/Data.php:20  {
        Symfony\Component\VarDumper\Cloner \ AbstractCloner->cloneVar($var, $filter = 0)  …
        ›  */ 
        › class Data implements \ArrayAccess, \Countable, \IteratorAggregate 
        › { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ DataCollector/DataCollector.php:85  {
        Symfony\Component\HttpKernel\DataCollector \ DataCollector->cloneVar($var)  …
        › 
        ›     return $this->cloner->cloneVar($var); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/validator/ DataCollector/ValidatorDataCollector.php:53  {
        Symfony\Component\Validator\DataCollector \ ValidatorDataCollector->reset()  …
        › $this->data = [ 
        ›     'calls' => $this->cloneVar([]), 
        ›     'violations_count' => 0, 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/validator/ DataCollector/ValidatorDataCollector.php:37  {
        Symfony\Component\Validator\DataCollector \ ValidatorDataCollector->__construct(TraceableValidator $validator)  …
        ›     $this->validator = $validator; 
        ›     $this->reset(); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1913  {
        ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getProfilerService()  …
        › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector()); 
        › $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService()))); 
        › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector()); 
       }
      /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5699  {
        ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getProfilerListenerService()  …
        › { 
        ›     return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1397  {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->ContainerMkxlH3I \ {closure}  …
        › $instance->addListener('kernel.exception', [0 => function () { 
        ›     return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService()); 
        › }, 1 => 'onKernelException'], 0); 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:279  {
        Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName)  …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) { 
        ›     $listener[0] = $listener[0](); 
        ›     $listener[1] = $listener[1] ?? '__invoke'; 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:90  {
        Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null)  …
        › if (!isset($this->sorted[$eventName])) { 
        ›     $this->sortListeners($eventName); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334  {
        Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName)  …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) { 
        ›     $priority = $this->getListenerPriority($eventName, $listener); 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162  {
        Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
        › 
        › $this->preProcess($eventName); 
        › try { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:219  {
        Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
        › $event = new ExceptionEvent($this, $request, $type, $e); 
        › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
        Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › 
        ›     return $this->handleThrowable($e, $request, $type); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
        Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › try { 
        ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
        › } finally { 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
          $type : 1 
          $catch : true 
         }
       }
      /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
        › $request = Request::createFromGlobals(); 
        › $response = $kernel->handle($request); 
        › $response->send(); 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
         }
       }
     }
   }
 ] 
         
                    
                {
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/var-dumper/ Cloner/Data.php:158  {
    Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool  …
    › 
    › public function offsetGet($key) 
    › { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/var-dumper/ Cloner/AbstractCloner.php:252  {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner \ {closure}  …
    › if ($this->prevErrorHandler) { 
    ›     return ($this->prevErrorHandler)($type, $msg, $file, $line, $context); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/var-dumper/ Cloner/Data.php:20  {
    Symfony\Component\VarDumper\Cloner \ AbstractCloner->cloneVar($var, $filter = 0)  …
    ›  */ 
    › class Data implements \ArrayAccess, \Countable, \IteratorAggregate 
    › { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ DataCollector/DataCollector.php:85  {
    Symfony\Component\HttpKernel\DataCollector \ DataCollector->cloneVar($var)  …
    › 
    ›     return $this->cloner->cloneVar($var); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/validator/ DataCollector/ValidatorDataCollector.php:53  {
    Symfony\Component\Validator\DataCollector \ ValidatorDataCollector->reset()  …
    › $this->data = [ 
    ›     'calls' => $this->cloneVar([]), 
    ›     'violations_count' => 0, 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/validator/ DataCollector/ValidatorDataCollector.php:37  {
    Symfony\Component\Validator\DataCollector \ ValidatorDataCollector->__construct(TraceableValidator $validator)  …
    ›     $this->validator = $validator; 
    ›     $this->reset(); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1913  {
    ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getProfilerService()  …
    › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector()); 
    › $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService()))); 
    › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector()); 
   }
  /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5699  {
    ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getProfilerListenerService()  …
    › { 
    ›     return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1397  {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->ContainerMkxlH3I \ {closure}  …
    › $instance->addListener('kernel.exception', [0 => function () { 
    ›     return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService()); 
    › }, 1 => 'onKernelException'], 0); 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:279  {
    Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName)  …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) { 
    ›     $listener[0] = $listener[0](); 
    ›     $listener[1] = $listener[1] ?? '__invoke'; 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:90  {
    Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null)  …
    › if (!isset($this->sorted[$eventName])) { 
    ›     $this->sortListeners($eventName); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334  {
    Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName)  …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) { 
    ›     $priority = $this->getListenerPriority($eventName, $listener); 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162  {
    Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
    › 
    › $this->preProcess($eventName); 
    › try { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:219  {
    Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
    › $event = new ExceptionEvent($this, $request, $type, $e); 
    › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
    Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › 
    ›     return $this->handleThrowable($e, $request, $type); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
    Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › try { 
    ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
    › } finally { 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
      $type : 1 
      $catch : true 
     }
   }
  /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
    › $request = Request::createFromGlobals(); 
    › $response = $kernel->handle($request); 
    › $response->send(); 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
     }
   }
 } 
             
             
                 
                                            
                    
                                                20:23:43 
                     
                                            
                            php                                                     
                    
                            
            Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice 
        
        
            [
  "exception " => ErrorException  {#468 
    #message : "Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice "
    #code : 0 
    #file : "/home/gwmaeusugb/sf4agenceimmo/vendor /symfony/var-dumper/ Cloner/Data.php "
    #line : 163 
    #severity : E_DEPRECATED 
    trace : {
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/var-dumper/ Cloner/Data.php:163  {
        Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool  …
        › 
        › public function offsetSet($key, $value) 
        › { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/var-dumper/ Cloner/AbstractCloner.php:252  {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner \ {closure}  …
        › if ($this->prevErrorHandler) { 
        ›     return ($this->prevErrorHandler)($type, $msg, $file, $line, $context); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/var-dumper/ Cloner/Data.php:20  {
        Symfony\Component\VarDumper\Cloner \ AbstractCloner->cloneVar($var, $filter = 0)  …
        ›  */ 
        › class Data implements \ArrayAccess, \Countable, \IteratorAggregate 
        › { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ DataCollector/DataCollector.php:85  {
        Symfony\Component\HttpKernel\DataCollector \ DataCollector->cloneVar($var)  …
        › 
        ›     return $this->cloner->cloneVar($var); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/validator/ DataCollector/ValidatorDataCollector.php:53  {
        Symfony\Component\Validator\DataCollector \ ValidatorDataCollector->reset()  …
        › $this->data = [ 
        ›     'calls' => $this->cloneVar([]), 
        ›     'violations_count' => 0, 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/validator/ DataCollector/ValidatorDataCollector.php:37  {
        Symfony\Component\Validator\DataCollector \ ValidatorDataCollector->__construct(TraceableValidator $validator)  …
        ›     $this->validator = $validator; 
        ›     $this->reset(); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1913  {
        ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getProfilerService()  …
        › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector()); 
        › $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService()))); 
        › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector()); 
       }
      /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5699  {
        ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getProfilerListenerService()  …
        › { 
        ›     return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1397  {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->ContainerMkxlH3I \ {closure}  …
        › $instance->addListener('kernel.exception', [0 => function () { 
        ›     return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService()); 
        › }, 1 => 'onKernelException'], 0); 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:279  {
        Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName)  …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) { 
        ›     $listener[0] = $listener[0](); 
        ›     $listener[1] = $listener[1] ?? '__invoke'; 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:90  {
        Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null)  …
        › if (!isset($this->sorted[$eventName])) { 
        ›     $this->sortListeners($eventName); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334  {
        Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName)  …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) { 
        ›     $priority = $this->getListenerPriority($eventName, $listener); 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162  {
        Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
        › 
        › $this->preProcess($eventName); 
        › try { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:219  {
        Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
        › $event = new ExceptionEvent($this, $request, $type, $e); 
        › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
        Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › 
        ›     return $this->handleThrowable($e, $request, $type); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
        Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › try { 
        ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
        › } finally { 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
          $type : 1 
          $catch : true 
         }
       }
      /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
        › $request = Request::createFromGlobals(); 
        › $response = $kernel->handle($request); 
        › $response->send(); 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
         }
       }
     }
   }
 ] 
         
                    
                {
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/var-dumper/ Cloner/Data.php:163  {
    Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool  …
    › 
    › public function offsetSet($key, $value) 
    › { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/var-dumper/ Cloner/AbstractCloner.php:252  {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner \ {closure}  …
    › if ($this->prevErrorHandler) { 
    ›     return ($this->prevErrorHandler)($type, $msg, $file, $line, $context); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/var-dumper/ Cloner/Data.php:20  {
    Symfony\Component\VarDumper\Cloner \ AbstractCloner->cloneVar($var, $filter = 0)  …
    ›  */ 
    › class Data implements \ArrayAccess, \Countable, \IteratorAggregate 
    › { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ DataCollector/DataCollector.php:85  {
    Symfony\Component\HttpKernel\DataCollector \ DataCollector->cloneVar($var)  …
    › 
    ›     return $this->cloner->cloneVar($var); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/validator/ DataCollector/ValidatorDataCollector.php:53  {
    Symfony\Component\Validator\DataCollector \ ValidatorDataCollector->reset()  …
    › $this->data = [ 
    ›     'calls' => $this->cloneVar([]), 
    ›     'violations_count' => 0, 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/validator/ DataCollector/ValidatorDataCollector.php:37  {
    Symfony\Component\Validator\DataCollector \ ValidatorDataCollector->__construct(TraceableValidator $validator)  …
    ›     $this->validator = $validator; 
    ›     $this->reset(); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1913  {
    ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getProfilerService()  …
    › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector()); 
    › $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService()))); 
    › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector()); 
   }
  /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5699  {
    ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getProfilerListenerService()  …
    › { 
    ›     return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1397  {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->ContainerMkxlH3I \ {closure}  …
    › $instance->addListener('kernel.exception', [0 => function () { 
    ›     return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService()); 
    › }, 1 => 'onKernelException'], 0); 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:279  {
    Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName)  …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) { 
    ›     $listener[0] = $listener[0](); 
    ›     $listener[1] = $listener[1] ?? '__invoke'; 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:90  {
    Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null)  …
    › if (!isset($this->sorted[$eventName])) { 
    ›     $this->sortListeners($eventName); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334  {
    Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName)  …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) { 
    ›     $priority = $this->getListenerPriority($eventName, $listener); 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162  {
    Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
    › 
    › $this->preProcess($eventName); 
    › try { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:219  {
    Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
    › $event = new ExceptionEvent($this, $request, $type, $e); 
    › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
    Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › 
    ›     return $this->handleThrowable($e, $request, $type); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
    Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › try { 
    ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
    › } finally { 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
      $type : 1 
      $catch : true 
     }
   }
  /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
    › $request = Request::createFromGlobals(); 
    › $response = $kernel->handle($request); 
    › $response->send(); 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
     }
   }
 } 
             
             
                 
                                            
                    
                                                20:23:43 
                     
                                            
                            php                                                     
                    
                            
            Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice 
        
        
            [
  "exception " => ErrorException  {#469 
    #message : "Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice "
    #code : 0 
    #file : "/home/gwmaeusugb/sf4agenceimmo/vendor /symfony/var-dumper/ Cloner/Data.php "
    #line : 168 
    #severity : E_DEPRECATED 
    trace : {
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/var-dumper/ Cloner/Data.php:168  {
        Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool  …
        › 
        › public function offsetUnset($key) 
        › { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/var-dumper/ Cloner/AbstractCloner.php:252  {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner \ {closure}  …
        › if ($this->prevErrorHandler) { 
        ›     return ($this->prevErrorHandler)($type, $msg, $file, $line, $context); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/var-dumper/ Cloner/Data.php:20  {
        Symfony\Component\VarDumper\Cloner \ AbstractCloner->cloneVar($var, $filter = 0)  …
        ›  */ 
        › class Data implements \ArrayAccess, \Countable, \IteratorAggregate 
        › { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ DataCollector/DataCollector.php:85  {
        Symfony\Component\HttpKernel\DataCollector \ DataCollector->cloneVar($var)  …
        › 
        ›     return $this->cloner->cloneVar($var); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/validator/ DataCollector/ValidatorDataCollector.php:53  {
        Symfony\Component\Validator\DataCollector \ ValidatorDataCollector->reset()  …
        › $this->data = [ 
        ›     'calls' => $this->cloneVar([]), 
        ›     'violations_count' => 0, 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/validator/ DataCollector/ValidatorDataCollector.php:37  {
        Symfony\Component\Validator\DataCollector \ ValidatorDataCollector->__construct(TraceableValidator $validator)  …
        ›     $this->validator = $validator; 
        ›     $this->reset(); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1913  {
        ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getProfilerService()  …
        › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector()); 
        › $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService()))); 
        › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector()); 
       }
      /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5699  {
        ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getProfilerListenerService()  …
        › { 
        ›     return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1397  {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->ContainerMkxlH3I \ {closure}  …
        › $instance->addListener('kernel.exception', [0 => function () { 
        ›     return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService()); 
        › }, 1 => 'onKernelException'], 0); 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:279  {
        Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName)  …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) { 
        ›     $listener[0] = $listener[0](); 
        ›     $listener[1] = $listener[1] ?? '__invoke'; 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:90  {
        Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null)  …
        › if (!isset($this->sorted[$eventName])) { 
        ›     $this->sortListeners($eventName); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334  {
        Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName)  …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) { 
        ›     $priority = $this->getListenerPriority($eventName, $listener); 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162  {
        Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
        › 
        › $this->preProcess($eventName); 
        › try { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:219  {
        Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
        › $event = new ExceptionEvent($this, $request, $type, $e); 
        › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
        Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › 
        ›     return $this->handleThrowable($e, $request, $type); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
        Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › try { 
        ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
        › } finally { 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
          $type : 1 
          $catch : true 
         }
       }
      /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
        › $request = Request::createFromGlobals(); 
        › $response = $kernel->handle($request); 
        › $response->send(); 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
         }
       }
     }
   }
 ] 
         
                    
                {
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/var-dumper/ Cloner/Data.php:168  {
    Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool  …
    › 
    › public function offsetUnset($key) 
    › { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/var-dumper/ Cloner/AbstractCloner.php:252  {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner \ {closure}  …
    › if ($this->prevErrorHandler) { 
    ›     return ($this->prevErrorHandler)($type, $msg, $file, $line, $context); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/var-dumper/ Cloner/Data.php:20  {
    Symfony\Component\VarDumper\Cloner \ AbstractCloner->cloneVar($var, $filter = 0)  …
    ›  */ 
    › class Data implements \ArrayAccess, \Countable, \IteratorAggregate 
    › { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ DataCollector/DataCollector.php:85  {
    Symfony\Component\HttpKernel\DataCollector \ DataCollector->cloneVar($var)  …
    › 
    ›     return $this->cloner->cloneVar($var); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/validator/ DataCollector/ValidatorDataCollector.php:53  {
    Symfony\Component\Validator\DataCollector \ ValidatorDataCollector->reset()  …
    › $this->data = [ 
    ›     'calls' => $this->cloneVar([]), 
    ›     'violations_count' => 0, 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/validator/ DataCollector/ValidatorDataCollector.php:37  {
    Symfony\Component\Validator\DataCollector \ ValidatorDataCollector->__construct(TraceableValidator $validator)  …
    ›     $this->validator = $validator; 
    ›     $this->reset(); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1913  {
    ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getProfilerService()  …
    › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector()); 
    › $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService()))); 
    › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector()); 
   }
  /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5699  {
    ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getProfilerListenerService()  …
    › { 
    ›     return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1397  {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->ContainerMkxlH3I \ {closure}  …
    › $instance->addListener('kernel.exception', [0 => function () { 
    ›     return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService()); 
    › }, 1 => 'onKernelException'], 0); 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:279  {
    Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName)  …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) { 
    ›     $listener[0] = $listener[0](); 
    ›     $listener[1] = $listener[1] ?? '__invoke'; 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:90  {
    Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null)  …
    › if (!isset($this->sorted[$eventName])) { 
    ›     $this->sortListeners($eventName); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334  {
    Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName)  …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) { 
    ›     $priority = $this->getListenerPriority($eventName, $listener); 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162  {
    Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
    › 
    › $this->preProcess($eventName); 
    › try { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:219  {
    Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
    › $event = new ExceptionEvent($this, $request, $type, $e); 
    › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
    Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › 
    ›     return $this->handleThrowable($e, $request, $type); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
    Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › try { 
    ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
    › } finally { 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
      $type : 1 
      $catch : true 
     }
   }
  /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
    › $request = Request::createFromGlobals(); 
    › $response = $kernel->handle($request); 
    › $response->send(); 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
     }
   }
 } 
             
             
                 
                                            
                    
                                                20:23:43 
                     
                                            
                            php                                                     
                    
                            
            Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice 
        
        
            [
  "exception " => ErrorException  {#466 
    #message : "Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice "
    #code : 0 
    #file : "/home/gwmaeusugb/sf4agenceimmo/vendor /symfony/var-dumper/ Cloner/Data.php "
    #line : 114 
    #severity : E_DEPRECATED 
    trace : {
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/var-dumper/ Cloner/Data.php:114  {
        Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool  …
        ›  */ 
        › public function count() 
        › { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/var-dumper/ Cloner/AbstractCloner.php:252  {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner \ {closure}  …
        › if ($this->prevErrorHandler) { 
        ›     return ($this->prevErrorHandler)($type, $msg, $file, $line, $context); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/var-dumper/ Cloner/Data.php:20  {
        Symfony\Component\VarDumper\Cloner \ AbstractCloner->cloneVar($var, $filter = 0)  …
        ›  */ 
        › class Data implements \ArrayAccess, \Countable, \IteratorAggregate 
        › { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ DataCollector/DataCollector.php:85  {
        Symfony\Component\HttpKernel\DataCollector \ DataCollector->cloneVar($var)  …
        › 
        ›     return $this->cloner->cloneVar($var); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/validator/ DataCollector/ValidatorDataCollector.php:53  {
        Symfony\Component\Validator\DataCollector \ ValidatorDataCollector->reset()  …
        › $this->data = [ 
        ›     'calls' => $this->cloneVar([]), 
        ›     'violations_count' => 0, 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/validator/ DataCollector/ValidatorDataCollector.php:37  {
        Symfony\Component\Validator\DataCollector \ ValidatorDataCollector->__construct(TraceableValidator $validator)  …
        ›     $this->validator = $validator; 
        ›     $this->reset(); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1913  {
        ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getProfilerService()  …
        › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector()); 
        › $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService()))); 
        › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector()); 
       }
      /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5699  {
        ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getProfilerListenerService()  …
        › { 
        ›     return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1397  {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->ContainerMkxlH3I \ {closure}  …
        › $instance->addListener('kernel.exception', [0 => function () { 
        ›     return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService()); 
        › }, 1 => 'onKernelException'], 0); 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:279  {
        Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName)  …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) { 
        ›     $listener[0] = $listener[0](); 
        ›     $listener[1] = $listener[1] ?? '__invoke'; 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:90  {
        Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null)  …
        › if (!isset($this->sorted[$eventName])) { 
        ›     $this->sortListeners($eventName); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334  {
        Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName)  …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) { 
        ›     $priority = $this->getListenerPriority($eventName, $listener); 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162  {
        Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
        › 
        › $this->preProcess($eventName); 
        › try { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:219  {
        Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
        › $event = new ExceptionEvent($this, $request, $type, $e); 
        › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
        Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › 
        ›     return $this->handleThrowable($e, $request, $type); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
        Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › try { 
        ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
        › } finally { 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
          $type : 1 
          $catch : true 
         }
       }
      /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
        › $request = Request::createFromGlobals(); 
        › $response = $kernel->handle($request); 
        › $response->send(); 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
         }
       }
     }
   }
 ] 
         
                    
                {
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/var-dumper/ Cloner/Data.php:114  {
    Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool  …
    ›  */ 
    › public function count() 
    › { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/var-dumper/ Cloner/AbstractCloner.php:252  {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner \ {closure}  …
    › if ($this->prevErrorHandler) { 
    ›     return ($this->prevErrorHandler)($type, $msg, $file, $line, $context); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/var-dumper/ Cloner/Data.php:20  {
    Symfony\Component\VarDumper\Cloner \ AbstractCloner->cloneVar($var, $filter = 0)  …
    ›  */ 
    › class Data implements \ArrayAccess, \Countable, \IteratorAggregate 
    › { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ DataCollector/DataCollector.php:85  {
    Symfony\Component\HttpKernel\DataCollector \ DataCollector->cloneVar($var)  …
    › 
    ›     return $this->cloner->cloneVar($var); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/validator/ DataCollector/ValidatorDataCollector.php:53  {
    Symfony\Component\Validator\DataCollector \ ValidatorDataCollector->reset()  …
    › $this->data = [ 
    ›     'calls' => $this->cloneVar([]), 
    ›     'violations_count' => 0, 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/validator/ DataCollector/ValidatorDataCollector.php:37  {
    Symfony\Component\Validator\DataCollector \ ValidatorDataCollector->__construct(TraceableValidator $validator)  …
    ›     $this->validator = $validator; 
    ›     $this->reset(); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1913  {
    ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getProfilerService()  …
    › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector()); 
    › $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService()))); 
    › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector()); 
   }
  /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5699  {
    ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getProfilerListenerService()  …
    › { 
    ›     return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1397  {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->ContainerMkxlH3I \ {closure}  …
    › $instance->addListener('kernel.exception', [0 => function () { 
    ›     return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService()); 
    › }, 1 => 'onKernelException'], 0); 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:279  {
    Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName)  …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) { 
    ›     $listener[0] = $listener[0](); 
    ›     $listener[1] = $listener[1] ?? '__invoke'; 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:90  {
    Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null)  …
    › if (!isset($this->sorted[$eventName])) { 
    ›     $this->sortListeners($eventName); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334  {
    Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName)  …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) { 
    ›     $priority = $this->getListenerPriority($eventName, $listener); 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162  {
    Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
    › 
    › $this->preProcess($eventName); 
    › try { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:219  {
    Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
    › $event = new ExceptionEvent($this, $request, $type, $e); 
    › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
    Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › 
    ›     return $this->handleThrowable($e, $request, $type); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
    Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › try { 
    ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
    › } finally { 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
      $type : 1 
      $catch : true 
     }
   }
  /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
    › $request = Request::createFromGlobals(); 
    › $response = $kernel->handle($request); 
    › $response->send(); 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
     }
   }
 } 
             
             
                 
                                            
                    
                                                20:23:43 
                     
                                            
                            php                                                     
                    
                            
            Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice 
        
        
            [
  "exception " => ErrorException  {#463 
    #message : "Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice "
    #code : 0 
    #file : "/home/gwmaeusugb/sf4agenceimmo/vendor /symfony/var-dumper/ Cloner/Data.php "
    #line : 122 
    #severity : E_DEPRECATED 
    trace : {
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/var-dumper/ Cloner/Data.php:122  {
        Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool  …
        ›  */ 
        › public function getIterator() 
        › { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/var-dumper/ Cloner/AbstractCloner.php:252  {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner \ {closure}  …
        › if ($this->prevErrorHandler) { 
        ›     return ($this->prevErrorHandler)($type, $msg, $file, $line, $context); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/var-dumper/ Cloner/Data.php:20  {
        Symfony\Component\VarDumper\Cloner \ AbstractCloner->cloneVar($var, $filter = 0)  …
        ›  */ 
        › class Data implements \ArrayAccess, \Countable, \IteratorAggregate 
        › { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ DataCollector/DataCollector.php:85  {
        Symfony\Component\HttpKernel\DataCollector \ DataCollector->cloneVar($var)  …
        › 
        ›     return $this->cloner->cloneVar($var); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/validator/ DataCollector/ValidatorDataCollector.php:53  {
        Symfony\Component\Validator\DataCollector \ ValidatorDataCollector->reset()  …
        › $this->data = [ 
        ›     'calls' => $this->cloneVar([]), 
        ›     'violations_count' => 0, 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/validator/ DataCollector/ValidatorDataCollector.php:37  {
        Symfony\Component\Validator\DataCollector \ ValidatorDataCollector->__construct(TraceableValidator $validator)  …
        ›     $this->validator = $validator; 
        ›     $this->reset(); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1913  {
        ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getProfilerService()  …
        › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector()); 
        › $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService()))); 
        › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector()); 
       }
      /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5699  {
        ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getProfilerListenerService()  …
        › { 
        ›     return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1397  {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->ContainerMkxlH3I \ {closure}  …
        › $instance->addListener('kernel.exception', [0 => function () { 
        ›     return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService()); 
        › }, 1 => 'onKernelException'], 0); 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:279  {
        Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName)  …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) { 
        ›     $listener[0] = $listener[0](); 
        ›     $listener[1] = $listener[1] ?? '__invoke'; 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:90  {
        Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null)  …
        › if (!isset($this->sorted[$eventName])) { 
        ›     $this->sortListeners($eventName); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334  {
        Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName)  …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) { 
        ›     $priority = $this->getListenerPriority($eventName, $listener); 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162  {
        Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
        › 
        › $this->preProcess($eventName); 
        › try { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:219  {
        Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
        › $event = new ExceptionEvent($this, $request, $type, $e); 
        › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
        Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › 
        ›     return $this->handleThrowable($e, $request, $type); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
        Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › try { 
        ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
        › } finally { 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
          $type : 1 
          $catch : true 
         }
       }
      /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
        › $request = Request::createFromGlobals(); 
        › $response = $kernel->handle($request); 
        › $response->send(); 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
         }
       }
     }
   }
 ] 
         
                    
                {
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/var-dumper/ Cloner/Data.php:122  {
    Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool  …
    ›  */ 
    › public function getIterator() 
    › { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/var-dumper/ Cloner/AbstractCloner.php:252  {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner \ {closure}  …
    › if ($this->prevErrorHandler) { 
    ›     return ($this->prevErrorHandler)($type, $msg, $file, $line, $context); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/var-dumper/ Cloner/Data.php:20  {
    Symfony\Component\VarDumper\Cloner \ AbstractCloner->cloneVar($var, $filter = 0)  …
    ›  */ 
    › class Data implements \ArrayAccess, \Countable, \IteratorAggregate 
    › { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ DataCollector/DataCollector.php:85  {
    Symfony\Component\HttpKernel\DataCollector \ DataCollector->cloneVar($var)  …
    › 
    ›     return $this->cloner->cloneVar($var); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/validator/ DataCollector/ValidatorDataCollector.php:53  {
    Symfony\Component\Validator\DataCollector \ ValidatorDataCollector->reset()  …
    › $this->data = [ 
    ›     'calls' => $this->cloneVar([]), 
    ›     'violations_count' => 0, 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/validator/ DataCollector/ValidatorDataCollector.php:37  {
    Symfony\Component\Validator\DataCollector \ ValidatorDataCollector->__construct(TraceableValidator $validator)  …
    ›     $this->validator = $validator; 
    ›     $this->reset(); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1913  {
    ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getProfilerService()  …
    › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector()); 
    › $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService()))); 
    › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector()); 
   }
  /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5699  {
    ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getProfilerListenerService()  …
    › { 
    ›     return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1397  {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->ContainerMkxlH3I \ {closure}  …
    › $instance->addListener('kernel.exception', [0 => function () { 
    ›     return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService()); 
    › }, 1 => 'onKernelException'], 0); 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:279  {
    Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName)  …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) { 
    ›     $listener[0] = $listener[0](); 
    ›     $listener[1] = $listener[1] ?? '__invoke'; 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:90  {
    Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null)  …
    › if (!isset($this->sorted[$eventName])) { 
    ›     $this->sortListeners($eventName); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334  {
    Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName)  …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) { 
    ›     $priority = $this->getListenerPriority($eventName, $listener); 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162  {
    Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
    › 
    › $this->preProcess($eventName); 
    › try { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:219  {
    Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
    › $event = new ExceptionEvent($this, $request, $type, $e); 
    › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
    Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › 
    ›     return $this->handleThrowable($e, $request, $type); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
    Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › try { 
    ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
    › } finally { 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
      $type : 1 
      $catch : true 
     }
   }
  /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
    › $request = Request::createFromGlobals(); 
    › $response = $kernel->handle($request); 
    › $response->send(); 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
     }
   }
 } 
             
             
                 
                                            
                    
                                                20:23:44 
                     
                                            
                            php                                                     
                    
                            
            Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated 
        
        
            [
  "exception " => ErrorException  {#982 
    #message : "Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated "
    #code : 0 
    #file : "/home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Response.php "
    #line : 1240 
    #severity : E_DEPRECATED 
    trace : {
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Response.php:1240  {
        Symfony\Component\HttpFoundation \ Response->ensureIEOverSSLCompatibility(Request $request): void  …
        › { 
        ›     if (false !== stripos($this->headers->get('Content-Disposition'), 'attachment') && 1 == preg_match('/MSIE (.*?);/i', $request->server->get('HTTP_USER_AGENT'), $match) && true === $request->isSecure()) { 
        ›         if ((int) preg_replace('/(MSIE )(.*?);/', '$2', $match[0]) < 9) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Response.php:319  {
        Symfony\Component\HttpFoundation \ Response->prepare(Request $request)  …
        › 
        › $this->ensureIEOverSSLCompatibility($request); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ResponseListener.php:49  {
        Symfony\Component\HttpKernel\EventListener \ ResponseListener->onKernelResponse(FilterResponseEvent $event)  …
        › 
        ›     $response->prepare($event->getRequest()); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
        Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
        › 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
            Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
        Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
        ›     } 
        ›     $listener($event, $eventName, $this); 
        › } 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          $eventName : "kernel.request "
          $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
        Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
        › if ($event instanceof Event) { 
        ›     $this->doDispatch($listeners, $eventName, $event); 
        › 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
        Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
        › if ($listeners) { 
        ›     $this->callListeners($listeners, $eventName, $event); 
        › } 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
        Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
        › try { 
        ›     $this->dispatcher->dispatch($event, $eventName); 
        › } finally { 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:191  {
        Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response  …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:245  {
        Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
        › try { 
        ›     return $this->filterResponse($response, $request, $type); 
        › } catch (\Exception $e) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
        Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › 
        ›     return $this->handleThrowable($e, $request, $type); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
        Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › try { 
        ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
        › } finally { 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
          $type : 1 
          $catch : true 
         }
       }
      /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
        › $request = Request::createFromGlobals(); 
        › $response = $kernel->handle($request); 
        › $response->send(); 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
         }
       }
     }
   }
 ] 
         
                    
                {
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Response.php:1240  {
    Symfony\Component\HttpFoundation \ Response->ensureIEOverSSLCompatibility(Request $request): void  …
    › { 
    ›     if (false !== stripos($this->headers->get('Content-Disposition'), 'attachment') && 1 == preg_match('/MSIE (.*?);/i', $request->server->get('HTTP_USER_AGENT'), $match) && true === $request->isSecure()) { 
    ›         if ((int) preg_replace('/(MSIE )(.*?);/', '$2', $match[0]) < 9) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Response.php:319  {
    Symfony\Component\HttpFoundation \ Response->prepare(Request $request)  …
    › 
    › $this->ensureIEOverSSLCompatibility($request); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ResponseListener.php:49  {
    Symfony\Component\HttpKernel\EventListener \ ResponseListener->onKernelResponse(FilterResponseEvent $event)  …
    › 
    ›     $response->prepare($event->getRequest()); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
    Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
    › 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
        Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
    Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
    ›     } 
    ›     $listener($event, $eventName, $this); 
    › } 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      $eventName : "kernel.request "
      $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
    Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
    › if ($event instanceof Event) { 
    ›     $this->doDispatch($listeners, $eventName, $event); 
    › 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
    Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
    › if ($listeners) { 
    ›     $this->callListeners($listeners, $eventName, $event); 
    › } 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
    Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
    › try { 
    ›     $this->dispatcher->dispatch($event, $eventName); 
    › } finally { 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:191  {
    Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response  …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:245  {
    Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
    › try { 
    ›     return $this->filterResponse($response, $request, $type); 
    › } catch (\Exception $e) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
    Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › 
    ›     return $this->handleThrowable($e, $request, $type); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
    Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › try { 
    ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
    › } finally { 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
      $type : 1 
      $catch : true 
     }
   }
  /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
    › $request = Request::createFromGlobals(); 
    › $response = $kernel->handle($request); 
    › $response->send(); 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
     }
   }
 } 
             
             
                 
                                            
                    
                                                20:23:44 
                     
                                            
                            php                                                     
                    
                            
            Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated 
        
        
            [
  "exception " => ErrorException  {#1036 
    #message : "Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated "
    #code : 0 
    #file : "/home/gwmaeusugb/sf4agenceimmo/vendor /symfony/web-profiler-bundle/ EventListener/WebDebugToolbarListener.php "
    #line : 106 
    #severity : E_DEPRECATED 
    trace : {
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/web-profiler-bundle/ EventListener/WebDebugToolbarListener.php:106  {
        Symfony\Bundle\WebProfilerBundle\EventListener \ WebDebugToolbarListener->onKernelResponse(FilterResponseEvent $event)  …
        ›     || 'html' !== $request->getRequestFormat() 
        ›     || false !== stripos($response->headers->get('Content-Disposition'), 'attachment;') 
        › ) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
        Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
        › 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
            Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
        Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
        ›     } 
        ›     $listener($event, $eventName, $this); 
        › } 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          $eventName : "kernel.request "
          $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
        Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
        › if ($event instanceof Event) { 
        ›     $this->doDispatch($listeners, $eventName, $event); 
        › 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
        Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
        › if ($listeners) { 
        ›     $this->callListeners($listeners, $eventName, $event); 
        › } 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
        Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
        › try { 
        ›     $this->dispatcher->dispatch($event, $eventName); 
        › } finally { 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:191  {
        Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response  …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:245  {
        Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
        › try { 
        ›     return $this->filterResponse($response, $request, $type); 
        › } catch (\Exception $e) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
        Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › 
        ›     return $this->handleThrowable($e, $request, $type); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
        Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › try { 
        ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
        › } finally { 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
          $type : 1 
          $catch : true 
         }
       }
      /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
        › $request = Request::createFromGlobals(); 
        › $response = $kernel->handle($request); 
        › $response->send(); 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
         }
       }
     }
   }
 ] 
         
                    
                {
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/web-profiler-bundle/ EventListener/WebDebugToolbarListener.php:106  {
    Symfony\Bundle\WebProfilerBundle\EventListener \ WebDebugToolbarListener->onKernelResponse(FilterResponseEvent $event)  …
    ›     || 'html' !== $request->getRequestFormat() 
    ›     || false !== stripos($response->headers->get('Content-Disposition'), 'attachment;') 
    › ) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
    Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
    › 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
        Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
    Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
    ›     } 
    ›     $listener($event, $eventName, $this); 
    › } 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      $eventName : "kernel.request "
      $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
    Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
    › if ($event instanceof Event) { 
    ›     $this->doDispatch($listeners, $eventName, $event); 
    › 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
    Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
    › if ($listeners) { 
    ›     $this->callListeners($listeners, $eventName, $event); 
    › } 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
    Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
    › try { 
    ›     $this->dispatcher->dispatch($event, $eventName); 
    › } finally { 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:191  {
    Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response  …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:245  {
    Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
    › try { 
    ›     return $this->filterResponse($response, $request, $type); 
    › } catch (\Exception $e) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
    Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › 
    ›     return $this->handleThrowable($e, $request, $type); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
    Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › try { 
    ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
    › } finally { 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
      $type : 1 
      $catch : true 
     }
   }
  /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
    › $request = Request::createFromGlobals(); 
    › $response = $kernel->handle($request); 
    › $response->send(); 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
     }
   }
 } 
             
             
                 
                                            
                    
                                                20:23:43 
                     
                                            
                            php                                                     
                    
                            
            Deprecated: Optional parameter $format declared before required parameter $context is implicitly treated as a required parameter 
        
        
            [
  "exception " => ErrorException  {#587 
    #message : "Deprecated: Optional parameter $format declared before required parameter $context is implicitly treated as a required parameter "
    #code : 0 
    #file : "/home/gwmaeusugb/sf4agenceimmo/vendor /symfony/serializer/ Normalizer/AbstractObjectNormalizer.php "
    #line : 248 
    #severity : E_DEPRECATED 
    trace : {
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/serializer/ Normalizer/AbstractObjectNormalizer.php:248  {
        Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool  …
        ›  */ 
        › protected function getAttributes($object, $format = null, array $context) 
        › { 
       }
      /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2118  {
        include_once   …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php'; 
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php'; 
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php'; 
       }
      /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2118  {
        ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getSerializerService()  …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php'; 
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php'; 
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php'; 
       }
      /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1304  {
        ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getErrorControllerService()  …
        › 
        ›     return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($this->services['serializer'] ?? $this->getSerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($a, true)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($a, true))); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Container.php:257  {
        Symfony\Component\DependencyInjection \ Container->make(string $id, int $invalidBehavior)  …
        › } elseif (isset($this->methodMap[$id])) { 
        ›     return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}(); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Container.php:231  {
        Symfony\Component\DependencyInjection \ Container->get($id, $invalidBehavior = 1)  …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id] 
        › ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior)); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Controller/ContainerControllerResolver.php:53  {
        Symfony\Component\HttpKernel\Controller \ ContainerControllerResolver->instantiateController($class)  …
        › if ($this->container->has($class)) { 
        ›     return $this->container->get($class); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/framework-bundle/ Controller/ControllerResolver.php:70  {
        Symfony\Bundle\FrameworkBundle\Controller \ ControllerResolver->instantiateController($class)  …
        › { 
        ›     return $this->configureController(parent::instantiateController($class), $class); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Controller/ControllerResolver.php:110  {
        Symfony\Component\HttpKernel\Controller \ ControllerResolver->createController($controller)  …
        › if (false === strpos($controller, '::')) { 
        ›     $controller = $this->instantiateController($controller); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Controller/ContainerControllerResolver.php:42  {
        Symfony\Component\HttpKernel\Controller \ ContainerControllerResolver->createController($controller)  …
        › 
        ›     return parent::createController($controller); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/framework-bundle/ Controller/ControllerResolver.php:62  {
        Symfony\Bundle\FrameworkBundle\Controller \ ControllerResolver->createController($controller)  …
        › 
        ›     return parent::createController($controller); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Controller/ControllerResolver.php:86  {
        Symfony\Component\HttpKernel\Controller \ ControllerResolver->getController(Request $request)  …
        › try { 
        ›     $callable = $this->createController($controller); 
        › } catch (\InvalidArgumentException $e) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Controller/TraceableControllerResolver.php:38  {
        Symfony\Component\HttpKernel\Controller \ TraceableControllerResolver->getController(Request $request)  …
        › 
        › $ret = $this->resolver->getController($request); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:141  {
        Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response  …
        › // load controller 
        › if (false === $controller = $this->resolver->getController($request)) { 
        ›     throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo())); 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:80  {
        Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › try { 
        ›     return $this->handleRaw($request, $type); 
        › } catch (\Exception $e) { 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
          $type : 1 
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60  {
        Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null)  …
        › try { 
        ›     $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); 
        › } catch (\Exception $e) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
        Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
        › 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
            Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
        Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
        ›     } 
        ›     $listener($event, $eventName, $this); 
        › } 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          $eventName : "kernel.request "
          $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
        Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
        › if ($event instanceof Event) { 
        ›     $this->doDispatch($listeners, $eventName, $event); 
        › 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
        Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
        › if ($listeners) { 
        ›     $this->callListeners($listeners, $eventName, $event); 
        › } 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
        Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
        › try { 
        ›     $this->dispatcher->dispatch($event, $eventName); 
        › } finally { 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:219  {
        Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
        › $event = new ExceptionEvent($this, $request, $type, $e); 
        › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
        Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › 
        ›     return $this->handleThrowable($e, $request, $type); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
        Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › try { 
        ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
        › } finally { 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
          $type : 1 
          $catch : true 
         }
       }
      /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
        › $request = Request::createFromGlobals(); 
        › $response = $kernel->handle($request); 
        › $response->send(); 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
         }
       }
     }
   }
 ] 
         
                    
                {
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/serializer/ Normalizer/AbstractObjectNormalizer.php:248  {
    Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool  …
    ›  */ 
    › protected function getAttributes($object, $format = null, array $context) 
    › { 
   }
  /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2118  {
    include_once   …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php'; 
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php'; 
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php'; 
   }
  /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2118  {
    ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getSerializerService()  …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php'; 
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php'; 
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php'; 
   }
  /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1304  {
    ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getErrorControllerService()  …
    › 
    ›     return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($this->services['serializer'] ?? $this->getSerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($a, true)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($a, true))); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Container.php:257  {
    Symfony\Component\DependencyInjection \ Container->make(string $id, int $invalidBehavior)  …
    › } elseif (isset($this->methodMap[$id])) { 
    ›     return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}(); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Container.php:231  {
    Symfony\Component\DependencyInjection \ Container->get($id, $invalidBehavior = 1)  …
    › ?? $this->services[$id = $this->aliases[$id] ?? $id] 
    › ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior)); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Controller/ContainerControllerResolver.php:53  {
    Symfony\Component\HttpKernel\Controller \ ContainerControllerResolver->instantiateController($class)  …
    › if ($this->container->has($class)) { 
    ›     return $this->container->get($class); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/framework-bundle/ Controller/ControllerResolver.php:70  {
    Symfony\Bundle\FrameworkBundle\Controller \ ControllerResolver->instantiateController($class)  …
    › { 
    ›     return $this->configureController(parent::instantiateController($class), $class); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Controller/ControllerResolver.php:110  {
    Symfony\Component\HttpKernel\Controller \ ControllerResolver->createController($controller)  …
    › if (false === strpos($controller, '::')) { 
    ›     $controller = $this->instantiateController($controller); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Controller/ContainerControllerResolver.php:42  {
    Symfony\Component\HttpKernel\Controller \ ContainerControllerResolver->createController($controller)  …
    › 
    ›     return parent::createController($controller); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/framework-bundle/ Controller/ControllerResolver.php:62  {
    Symfony\Bundle\FrameworkBundle\Controller \ ControllerResolver->createController($controller)  …
    › 
    ›     return parent::createController($controller); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Controller/ControllerResolver.php:86  {
    Symfony\Component\HttpKernel\Controller \ ControllerResolver->getController(Request $request)  …
    › try { 
    ›     $callable = $this->createController($controller); 
    › } catch (\InvalidArgumentException $e) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Controller/TraceableControllerResolver.php:38  {
    Symfony\Component\HttpKernel\Controller \ TraceableControllerResolver->getController(Request $request)  …
    › 
    › $ret = $this->resolver->getController($request); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:141  {
    Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response  …
    › // load controller 
    › if (false === $controller = $this->resolver->getController($request)) { 
    ›     throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo())); 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:80  {
    Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › try { 
    ›     return $this->handleRaw($request, $type); 
    › } catch (\Exception $e) { 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
      $type : 1 
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60  {
    Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null)  …
    › try { 
    ›     $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); 
    › } catch (\Exception $e) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
    Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
    › 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
        Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
    Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
    ›     } 
    ›     $listener($event, $eventName, $this); 
    › } 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      $eventName : "kernel.request "
      $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
    Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
    › if ($event instanceof Event) { 
    ›     $this->doDispatch($listeners, $eventName, $event); 
    › 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
    Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
    › if ($listeners) { 
    ›     $this->callListeners($listeners, $eventName, $event); 
    › } 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
    Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
    › try { 
    ›     $this->dispatcher->dispatch($event, $eventName); 
    › } finally { 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:219  {
    Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
    › $event = new ExceptionEvent($this, $request, $type, $e); 
    › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
    Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › 
    ›     return $this->handleThrowable($e, $request, $type); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
    Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › try { 
    ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
    › } finally { 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
      $type : 1 
      $catch : true 
     }
   }
  /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
    › $request = Request::createFromGlobals(); 
    › $response = $kernel->handle($request); 
    › $response->send(); 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
     }
   }
 } 
             
             
                 
                                            
                    
                                                20:23:43 
                     
                                            
                            php                                                            (2 times) 
                                                     
                    
                            
            Deprecated: Method ReflectionParameter::getClass() is deprecated 
        
        
            [
  "exception " => ErrorException  {#708 
    #message : "Deprecated: Method ReflectionParameter::getClass() is deprecated "
    #code : 0 
    #file : "/home/gwmaeusugb/sf4agenceimmo/vendor /sensio/framework-extra-bundle/ src/EventListener/ParamConverterListener.php "
    #line : 84 
    #severity : E_DEPRECATED 
    trace : {
      /home/gwmaeusugb/sf4agenceimmo/vendor /sensio/framework-extra-bundle/ src/EventListener/ParamConverterListener.php:84  {
        Sensio\Bundle\FrameworkExtraBundle\EventListener \ ParamConverterListener->autoConfigure(ReflectionFunctionAbstract $r, Request $request, $configurations)  …
        › foreach ($r->getParameters() as $param) { 
        ›     if ($param->getClass() && $param->getClass()->isInstance($request)) { 
        ›         continue; 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /sensio/framework-extra-bundle/ src/EventListener/ParamConverterListener.php:75  {
        Sensio\Bundle\FrameworkExtraBundle\EventListener \ ParamConverterListener->onKernelController(KernelEvent $event)  …
        › if ($this->autoConvert) { 
        ›     $configurations = $this->autoConfigure($r, $request, $configurations); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
        Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
        › 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
            Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
        Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
        ›     } 
        ›     $listener($event, $eventName, $this); 
        › } 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          $eventName : "kernel.request "
          $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
        Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
        › if ($event instanceof Event) { 
        ›     $this->doDispatch($listeners, $eventName, $event); 
        › 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
        Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
        › if ($listeners) { 
        ›     $this->callListeners($listeners, $eventName, $event); 
        › } 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
        Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
        › try { 
        ›     $this->dispatcher->dispatch($event, $eventName); 
        › } finally { 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:146  {
        Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response  …
        › $event = new ControllerEvent($this, $controller, $request, $type); 
        › $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER); 
        › $controller = $event->getController(); 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:80  {
        Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › try { 
        ›     return $this->handleRaw($request, $type); 
        › } catch (\Exception $e) { 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
          $type : 1 
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60  {
        Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null)  …
        › try { 
        ›     $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); 
        › } catch (\Exception $e) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
        Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
        › 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
            Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
        Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
        ›     } 
        ›     $listener($event, $eventName, $this); 
        › } 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          $eventName : "kernel.request "
          $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
        Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
        › if ($event instanceof Event) { 
        ›     $this->doDispatch($listeners, $eventName, $event); 
        › 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
        Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
        › if ($listeners) { 
        ›     $this->callListeners($listeners, $eventName, $event); 
        › } 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
        Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
        › try { 
        ›     $this->dispatcher->dispatch($event, $eventName); 
        › } finally { 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:219  {
        Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
        › $event = new ExceptionEvent($this, $request, $type, $e); 
        › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
        Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › 
        ›     return $this->handleThrowable($e, $request, $type); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
        Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › try { 
        ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
        › } finally { 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
          $type : 1 
          $catch : true 
         }
       }
      /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
        › $request = Request::createFromGlobals(); 
        › $response = $kernel->handle($request); 
        › $response->send(); 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
         }
       }
     }
   }
 ] 
         
                    
                {
  /home/gwmaeusugb/sf4agenceimmo/vendor /sensio/framework-extra-bundle/ src/EventListener/ParamConverterListener.php:84  {
    Sensio\Bundle\FrameworkExtraBundle\EventListener \ ParamConverterListener->autoConfigure(ReflectionFunctionAbstract $r, Request $request, $configurations)  …
    › foreach ($r->getParameters() as $param) { 
    ›     if ($param->getClass() && $param->getClass()->isInstance($request)) { 
    ›         continue; 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /sensio/framework-extra-bundle/ src/EventListener/ParamConverterListener.php:75  {
    Sensio\Bundle\FrameworkExtraBundle\EventListener \ ParamConverterListener->onKernelController(KernelEvent $event)  …
    › if ($this->autoConvert) { 
    ›     $configurations = $this->autoConfigure($r, $request, $configurations); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
    Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
    › 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
        Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
    Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
    ›     } 
    ›     $listener($event, $eventName, $this); 
    › } 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      $eventName : "kernel.request "
      $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
    Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
    › if ($event instanceof Event) { 
    ›     $this->doDispatch($listeners, $eventName, $event); 
    › 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
    Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
    › if ($listeners) { 
    ›     $this->callListeners($listeners, $eventName, $event); 
    › } 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
    Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
    › try { 
    ›     $this->dispatcher->dispatch($event, $eventName); 
    › } finally { 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:146  {
    Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response  …
    › $event = new ControllerEvent($this, $controller, $request, $type); 
    › $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER); 
    › $controller = $event->getController(); 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:80  {
    Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › try { 
    ›     return $this->handleRaw($request, $type); 
    › } catch (\Exception $e) { 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
      $type : 1 
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60  {
    Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null)  …
    › try { 
    ›     $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); 
    › } catch (\Exception $e) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
    Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
    › 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
        Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
    Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
    ›     } 
    ›     $listener($event, $eventName, $this); 
    › } 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      $eventName : "kernel.request "
      $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
    Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
    › if ($event instanceof Event) { 
    ›     $this->doDispatch($listeners, $eventName, $event); 
    › 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
    Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
    › if ($listeners) { 
    ›     $this->callListeners($listeners, $eventName, $event); 
    › } 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
    Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
    › try { 
    ›     $this->dispatcher->dispatch($event, $eventName); 
    › } finally { 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:219  {
    Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
    › $event = new ExceptionEvent($this, $request, $type, $e); 
    › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
    Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › 
    ›     return $this->handleThrowable($e, $request, $type); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
    Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › try { 
    ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
    › } finally { 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
      $type : 1 
      $catch : true 
     }
   }
  /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
    › $request = Request::createFromGlobals(); 
    › $response = $kernel->handle($request); 
    › $response->send(); 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
     }
   }
 } 
             
             
                 
                                            
                    
                                                20:23:43 
                     
                                            
                            php                                                     
                    
                            
            Deprecated: Method ReflectionParameter::getClass() is deprecated 
        
        
            [
  "exception " => ErrorException  {#710 
    #message : "Deprecated: Method ReflectionParameter::getClass() is deprecated "
    #code : 0 
    #file : "/home/gwmaeusugb/sf4agenceimmo/vendor /sensio/framework-extra-bundle/ src/EventListener/ParamConverterListener.php "
    #line : 89 
    #severity : E_DEPRECATED 
    trace : {
      /home/gwmaeusugb/sf4agenceimmo/vendor /sensio/framework-extra-bundle/ src/EventListener/ParamConverterListener.php:89  {
        Sensio\Bundle\FrameworkExtraBundle\EventListener \ ParamConverterListener->autoConfigure(ReflectionFunctionAbstract $r, Request $request, $configurations)  …
        › $name = $param->getName(); 
        › $class = $param->getClass(); 
        › $hasType = $this->isParameterTypeSupported && $param->hasType(); 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /sensio/framework-extra-bundle/ src/EventListener/ParamConverterListener.php:75  {
        Sensio\Bundle\FrameworkExtraBundle\EventListener \ ParamConverterListener->onKernelController(KernelEvent $event)  …
        › if ($this->autoConvert) { 
        ›     $configurations = $this->autoConfigure($r, $request, $configurations); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
        Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
        › 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
            Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
        Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
        ›     } 
        ›     $listener($event, $eventName, $this); 
        › } 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          $eventName : "kernel.request "
          $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
        Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
        › if ($event instanceof Event) { 
        ›     $this->doDispatch($listeners, $eventName, $event); 
        › 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
        Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
        › if ($listeners) { 
        ›     $this->callListeners($listeners, $eventName, $event); 
        › } 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
        Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
        › try { 
        ›     $this->dispatcher->dispatch($event, $eventName); 
        › } finally { 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:146  {
        Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response  …
        › $event = new ControllerEvent($this, $controller, $request, $type); 
        › $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER); 
        › $controller = $event->getController(); 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:80  {
        Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › try { 
        ›     return $this->handleRaw($request, $type); 
        › } catch (\Exception $e) { 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
          $type : 1 
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60  {
        Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null)  …
        › try { 
        ›     $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); 
        › } catch (\Exception $e) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
        Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
        › 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
            Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
        Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
        ›     } 
        ›     $listener($event, $eventName, $this); 
        › } 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          $eventName : "kernel.request "
          $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
        Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
        › if ($event instanceof Event) { 
        ›     $this->doDispatch($listeners, $eventName, $event); 
        › 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
        Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
        › if ($listeners) { 
        ›     $this->callListeners($listeners, $eventName, $event); 
        › } 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
        Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
        › try { 
        ›     $this->dispatcher->dispatch($event, $eventName); 
        › } finally { 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:219  {
        Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
        › $event = new ExceptionEvent($this, $request, $type, $e); 
        › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
        Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › 
        ›     return $this->handleThrowable($e, $request, $type); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
        Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › try { 
        ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
        › } finally { 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
          $type : 1 
          $catch : true 
         }
       }
      /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
        › $request = Request::createFromGlobals(); 
        › $response = $kernel->handle($request); 
        › $response->send(); 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
         }
       }
     }
   }
 ] 
         
                    
                {
  /home/gwmaeusugb/sf4agenceimmo/vendor /sensio/framework-extra-bundle/ src/EventListener/ParamConverterListener.php:89  {
    Sensio\Bundle\FrameworkExtraBundle\EventListener \ ParamConverterListener->autoConfigure(ReflectionFunctionAbstract $r, Request $request, $configurations)  …
    › $name = $param->getName(); 
    › $class = $param->getClass(); 
    › $hasType = $this->isParameterTypeSupported && $param->hasType(); 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /sensio/framework-extra-bundle/ src/EventListener/ParamConverterListener.php:75  {
    Sensio\Bundle\FrameworkExtraBundle\EventListener \ ParamConverterListener->onKernelController(KernelEvent $event)  …
    › if ($this->autoConvert) { 
    ›     $configurations = $this->autoConfigure($r, $request, $configurations); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
    Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
    › 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
        Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
    Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
    ›     } 
    ›     $listener($event, $eventName, $this); 
    › } 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      $eventName : "kernel.request "
      $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
    Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
    › if ($event instanceof Event) { 
    ›     $this->doDispatch($listeners, $eventName, $event); 
    › 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
    Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
    › if ($listeners) { 
    ›     $this->callListeners($listeners, $eventName, $event); 
    › } 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
    Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
    › try { 
    ›     $this->dispatcher->dispatch($event, $eventName); 
    › } finally { 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:146  {
    Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response  …
    › $event = new ControllerEvent($this, $controller, $request, $type); 
    › $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER); 
    › $controller = $event->getController(); 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:80  {
    Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › try { 
    ›     return $this->handleRaw($request, $type); 
    › } catch (\Exception $e) { 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
      $type : 1 
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60  {
    Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null)  …
    › try { 
    ›     $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); 
    › } catch (\Exception $e) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
    Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
    › 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
        Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
    Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
    ›     } 
    ›     $listener($event, $eventName, $this); 
    › } 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      $eventName : "kernel.request "
      $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
    Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
    › if ($event instanceof Event) { 
    ›     $this->doDispatch($listeners, $eventName, $event); 
    › 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
    Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
    › if ($listeners) { 
    ›     $this->callListeners($listeners, $eventName, $event); 
    › } 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
    Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
    › try { 
    ›     $this->dispatcher->dispatch($event, $eventName); 
    › } finally { 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:219  {
    Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
    › $event = new ExceptionEvent($this, $request, $type, $e); 
    › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
    Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › 
    ›     return $this->handleThrowable($e, $request, $type); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
    Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › try { 
    ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
    › } finally { 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
      $type : 1 
      $catch : true 
     }
   }
  /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
    › $request = Request::createFromGlobals(); 
    › $response = $kernel->handle($request); 
    › $response->send(); 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
     }
   }
 } 
             
             
                 
                                            
                    
                                                20:23:44 
                     
                                            
                            php                                                     
                    
                            
            Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::open($savePath, $sessionName) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice 
        
        
            [
  "exception " => ErrorException  {#826 
    #message : "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::open($savePath, $sessionName) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice "
    #code : 0 
    #file : "/home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php "
    #line : 34 
    #severity : E_DEPRECATED 
    trace : {
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php:34  {
        Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool  …
        ›  */ 
        › public function open($savePath, $sessionName) 
        › { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php:23  {
        class_exists(string $class, bool $autoload = true): bool   …
        ›  */ 
        › abstract class AbstractSessionHandler implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface 
        › { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:22  {
        include_once   …
        › class_exists(MetadataBag::class); 
        › class_exists(StrictSessionHandler::class); 
        › class_exists(SessionHandlerProxy::class); 
       }
      /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234  {
        ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getSession_Storage_NativeService()  …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php'; 
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php'; 
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php'; 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Container.php:450  {
        Symfony\Component\DependencyInjection \ Container->getService($registry, string $id, ?string $method, $load)  …
        › if (false !== $registry) { 
        ›     return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}(); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:40  {
        Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id)  …
        › { 
        ›     return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43  {
        Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface  …
        › if ($this->container->has('session_storage') 
        ›     && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage 
        ›     && ($masterRequest = $this->container->get('request_stack')->getMasterRequest()) 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61  {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure}  …
        › } elseif (method_exists($request, 'setSessionFactory')) { 
        ›     $request->setSessionFactory(function () { return $this->getSession(); }); 
        › } elseif ($session = $this->getSession()) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Request.php:731  {
        Symfony\Component\HttpFoundation \ Request->getSession()  …
        › if (!$session instanceof SessionInterface && null !== $session) { 
        ›     $this->setSession($session = $session()); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:67  {
        Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response)  …
        › if ($request->hasSession()) { 
        ›     $session = $request->getSession(); 
        ›     if ($session->isStarted()) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Profiler/Profiler.php:178  {
        Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response)  …
        › 
        › $collector->collect($request, $response, $e); 
        › // we need to clone for sub-requests 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90  {
        Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(FilterResponseEvent $event)  …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) { 
        ›     return; 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
        Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
        › 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
            Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
        Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
        ›     } 
        ›     $listener($event, $eventName, $this); 
        › } 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          $eventName : "kernel.request "
          $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
        Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
        › if ($event instanceof Event) { 
        ›     $this->doDispatch($listeners, $eventName, $event); 
        › 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
        Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
        › if ($listeners) { 
        ›     $this->callListeners($listeners, $eventName, $event); 
        › } 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
        Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
        › try { 
        ›     $this->dispatcher->dispatch($event, $eventName); 
        › } finally { 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:191  {
        Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response  …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:179  {
        Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response  …
        › 
        ›     return $this->filterResponse($response, $request, $type); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:80  {
        Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › try { 
        ›     return $this->handleRaw($request, $type); 
        › } catch (\Exception $e) { 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
          $type : 1 
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60  {
        Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null)  …
        › try { 
        ›     $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); 
        › } catch (\Exception $e) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
        Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
        › 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
            Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
        Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
        ›     } 
        ›     $listener($event, $eventName, $this); 
        › } 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          $eventName : "kernel.request "
          $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
        Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
        › if ($event instanceof Event) { 
        ›     $this->doDispatch($listeners, $eventName, $event); 
        › 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
        Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
        › if ($listeners) { 
        ›     $this->callListeners($listeners, $eventName, $event); 
        › } 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
        Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
        › try { 
        ›     $this->dispatcher->dispatch($event, $eventName); 
        › } finally { 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:219  {
        Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
        › $event = new ExceptionEvent($this, $request, $type, $e); 
        › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
        Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › 
        ›     return $this->handleThrowable($e, $request, $type); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
        Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › try { 
        ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
        › } finally { 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
          $type : 1 
          $catch : true 
         }
       }
      /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
        › $request = Request::createFromGlobals(); 
        › $response = $kernel->handle($request); 
        › $response->send(); 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
         }
       }
     }
   }
 ] 
         
                    
                {
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php:34  {
    Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool  …
    ›  */ 
    › public function open($savePath, $sessionName) 
    › { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php:23  {
    class_exists(string $class, bool $autoload = true): bool   …
    ›  */ 
    › abstract class AbstractSessionHandler implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface 
    › { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:22  {
    include_once   …
    › class_exists(MetadataBag::class); 
    › class_exists(StrictSessionHandler::class); 
    › class_exists(SessionHandlerProxy::class); 
   }
  /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234  {
    ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getSession_Storage_NativeService()  …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php'; 
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php'; 
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php'; 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Container.php:450  {
    Symfony\Component\DependencyInjection \ Container->getService($registry, string $id, ?string $method, $load)  …
    › if (false !== $registry) { 
    ›     return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}(); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:40  {
    Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id)  …
    › { 
    ›     return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43  {
    Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface  …
    › if ($this->container->has('session_storage') 
    ›     && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage 
    ›     && ($masterRequest = $this->container->get('request_stack')->getMasterRequest()) 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61  {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure}  …
    › } elseif (method_exists($request, 'setSessionFactory')) { 
    ›     $request->setSessionFactory(function () { return $this->getSession(); }); 
    › } elseif ($session = $this->getSession()) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Request.php:731  {
    Symfony\Component\HttpFoundation \ Request->getSession()  …
    › if (!$session instanceof SessionInterface && null !== $session) { 
    ›     $this->setSession($session = $session()); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:67  {
    Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response)  …
    › if ($request->hasSession()) { 
    ›     $session = $request->getSession(); 
    ›     if ($session->isStarted()) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Profiler/Profiler.php:178  {
    Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response)  …
    › 
    › $collector->collect($request, $response, $e); 
    › // we need to clone for sub-requests 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90  {
    Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(FilterResponseEvent $event)  …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) { 
    ›     return; 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
    Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
    › 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
        Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
    Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
    ›     } 
    ›     $listener($event, $eventName, $this); 
    › } 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      $eventName : "kernel.request "
      $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
    Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
    › if ($event instanceof Event) { 
    ›     $this->doDispatch($listeners, $eventName, $event); 
    › 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
    Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
    › if ($listeners) { 
    ›     $this->callListeners($listeners, $eventName, $event); 
    › } 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
    Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
    › try { 
    ›     $this->dispatcher->dispatch($event, $eventName); 
    › } finally { 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:191  {
    Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response  …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:179  {
    Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response  …
    › 
    ›     return $this->filterResponse($response, $request, $type); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:80  {
    Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › try { 
    ›     return $this->handleRaw($request, $type); 
    › } catch (\Exception $e) { 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
      $type : 1 
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60  {
    Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null)  …
    › try { 
    ›     $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); 
    › } catch (\Exception $e) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
    Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
    › 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
        Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
    Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
    ›     } 
    ›     $listener($event, $eventName, $this); 
    › } 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      $eventName : "kernel.request "
      $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
    Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
    › if ($event instanceof Event) { 
    ›     $this->doDispatch($listeners, $eventName, $event); 
    › 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
    Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
    › if ($listeners) { 
    ›     $this->callListeners($listeners, $eventName, $event); 
    › } 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
    Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
    › try { 
    ›     $this->dispatcher->dispatch($event, $eventName); 
    › } finally { 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:219  {
    Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
    › $event = new ExceptionEvent($this, $request, $type, $e); 
    › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
    Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › 
    ›     return $this->handleThrowable($e, $request, $type); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
    Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › try { 
    ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
    › } finally { 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
      $type : 1 
      $catch : true 
     }
   }
  /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
    › $request = Request::createFromGlobals(); 
    › $response = $kernel->handle($request); 
    › $response->send(); 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
     }
   }
 } 
             
             
                 
                                            
                    
                                                20:23:44 
                     
                                            
                            php                                                     
                    
                            
            Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::read($sessionId) should either be compatible with SessionHandlerInterface::read(string $id): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice 
        
        
            [
  "exception " => ErrorException  {#813 
    #message : "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::read($sessionId) should either be compatible with SessionHandlerInterface::read(string $id): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice "
    #code : 0 
    #file : "/home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php "
    #line : 89 
    #severity : E_DEPRECATED 
    trace : {
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php:89  {
        Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool  …
        ›  */ 
        › public function read($sessionId) 
        › { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php:23  {
        class_exists(string $class, bool $autoload = true): bool   …
        ›  */ 
        › abstract class AbstractSessionHandler implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface 
        › { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:22  {
        include_once   …
        › class_exists(MetadataBag::class); 
        › class_exists(StrictSessionHandler::class); 
        › class_exists(SessionHandlerProxy::class); 
       }
      /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234  {
        ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getSession_Storage_NativeService()  …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php'; 
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php'; 
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php'; 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Container.php:450  {
        Symfony\Component\DependencyInjection \ Container->getService($registry, string $id, ?string $method, $load)  …
        › if (false !== $registry) { 
        ›     return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}(); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:40  {
        Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id)  …
        › { 
        ›     return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43  {
        Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface  …
        › if ($this->container->has('session_storage') 
        ›     && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage 
        ›     && ($masterRequest = $this->container->get('request_stack')->getMasterRequest()) 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61  {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure}  …
        › } elseif (method_exists($request, 'setSessionFactory')) { 
        ›     $request->setSessionFactory(function () { return $this->getSession(); }); 
        › } elseif ($session = $this->getSession()) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Request.php:731  {
        Symfony\Component\HttpFoundation \ Request->getSession()  …
        › if (!$session instanceof SessionInterface && null !== $session) { 
        ›     $this->setSession($session = $session()); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:67  {
        Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response)  …
        › if ($request->hasSession()) { 
        ›     $session = $request->getSession(); 
        ›     if ($session->isStarted()) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Profiler/Profiler.php:178  {
        Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response)  …
        › 
        › $collector->collect($request, $response, $e); 
        › // we need to clone for sub-requests 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90  {
        Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(FilterResponseEvent $event)  …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) { 
        ›     return; 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
        Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
        › 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
            Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
        Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
        ›     } 
        ›     $listener($event, $eventName, $this); 
        › } 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          $eventName : "kernel.request "
          $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
        Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
        › if ($event instanceof Event) { 
        ›     $this->doDispatch($listeners, $eventName, $event); 
        › 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
        Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
        › if ($listeners) { 
        ›     $this->callListeners($listeners, $eventName, $event); 
        › } 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
        Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
        › try { 
        ›     $this->dispatcher->dispatch($event, $eventName); 
        › } finally { 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:191  {
        Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response  …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:179  {
        Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response  …
        › 
        ›     return $this->filterResponse($response, $request, $type); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:80  {
        Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › try { 
        ›     return $this->handleRaw($request, $type); 
        › } catch (\Exception $e) { 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
          $type : 1 
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60  {
        Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null)  …
        › try { 
        ›     $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); 
        › } catch (\Exception $e) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
        Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
        › 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
            Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
        Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
        ›     } 
        ›     $listener($event, $eventName, $this); 
        › } 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          $eventName : "kernel.request "
          $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
        Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
        › if ($event instanceof Event) { 
        ›     $this->doDispatch($listeners, $eventName, $event); 
        › 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
        Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
        › if ($listeners) { 
        ›     $this->callListeners($listeners, $eventName, $event); 
        › } 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
        Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
        › try { 
        ›     $this->dispatcher->dispatch($event, $eventName); 
        › } finally { 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:219  {
        Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
        › $event = new ExceptionEvent($this, $request, $type, $e); 
        › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
        Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › 
        ›     return $this->handleThrowable($e, $request, $type); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
        Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › try { 
        ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
        › } finally { 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
          $type : 1 
          $catch : true 
         }
       }
      /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
        › $request = Request::createFromGlobals(); 
        › $response = $kernel->handle($request); 
        › $response->send(); 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
         }
       }
     }
   }
 ] 
         
                    
                {
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php:89  {
    Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool  …
    ›  */ 
    › public function read($sessionId) 
    › { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php:23  {
    class_exists(string $class, bool $autoload = true): bool   …
    ›  */ 
    › abstract class AbstractSessionHandler implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface 
    › { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:22  {
    include_once   …
    › class_exists(MetadataBag::class); 
    › class_exists(StrictSessionHandler::class); 
    › class_exists(SessionHandlerProxy::class); 
   }
  /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234  {
    ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getSession_Storage_NativeService()  …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php'; 
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php'; 
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php'; 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Container.php:450  {
    Symfony\Component\DependencyInjection \ Container->getService($registry, string $id, ?string $method, $load)  …
    › if (false !== $registry) { 
    ›     return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}(); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:40  {
    Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id)  …
    › { 
    ›     return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43  {
    Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface  …
    › if ($this->container->has('session_storage') 
    ›     && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage 
    ›     && ($masterRequest = $this->container->get('request_stack')->getMasterRequest()) 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61  {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure}  …
    › } elseif (method_exists($request, 'setSessionFactory')) { 
    ›     $request->setSessionFactory(function () { return $this->getSession(); }); 
    › } elseif ($session = $this->getSession()) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Request.php:731  {
    Symfony\Component\HttpFoundation \ Request->getSession()  …
    › if (!$session instanceof SessionInterface && null !== $session) { 
    ›     $this->setSession($session = $session()); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:67  {
    Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response)  …
    › if ($request->hasSession()) { 
    ›     $session = $request->getSession(); 
    ›     if ($session->isStarted()) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Profiler/Profiler.php:178  {
    Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response)  …
    › 
    › $collector->collect($request, $response, $e); 
    › // we need to clone for sub-requests 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90  {
    Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(FilterResponseEvent $event)  …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) { 
    ›     return; 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
    Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
    › 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
        Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
    Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
    ›     } 
    ›     $listener($event, $eventName, $this); 
    › } 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      $eventName : "kernel.request "
      $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
    Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
    › if ($event instanceof Event) { 
    ›     $this->doDispatch($listeners, $eventName, $event); 
    › 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
    Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
    › if ($listeners) { 
    ›     $this->callListeners($listeners, $eventName, $event); 
    › } 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
    Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
    › try { 
    ›     $this->dispatcher->dispatch($event, $eventName); 
    › } finally { 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:191  {
    Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response  …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:179  {
    Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response  …
    › 
    ›     return $this->filterResponse($response, $request, $type); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:80  {
    Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › try { 
    ›     return $this->handleRaw($request, $type); 
    › } catch (\Exception $e) { 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
      $type : 1 
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60  {
    Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null)  …
    › try { 
    ›     $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); 
    › } catch (\Exception $e) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
    Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
    › 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
        Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
    Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
    ›     } 
    ›     $listener($event, $eventName, $this); 
    › } 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      $eventName : "kernel.request "
      $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
    Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
    › if ($event instanceof Event) { 
    ›     $this->doDispatch($listeners, $eventName, $event); 
    › 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
    Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
    › if ($listeners) { 
    ›     $this->callListeners($listeners, $eventName, $event); 
    › } 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
    Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
    › try { 
    ›     $this->dispatcher->dispatch($event, $eventName); 
    › } finally { 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:219  {
    Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
    › $event = new ExceptionEvent($this, $request, $type, $e); 
    › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
    Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › 
    ›     return $this->handleThrowable($e, $request, $type); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
    Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › try { 
    ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
    › } finally { 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
      $type : 1 
      $catch : true 
     }
   }
  /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
    › $request = Request::createFromGlobals(); 
    › $response = $kernel->handle($request); 
    › $response->send(); 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
     }
   }
 } 
             
             
                 
                                            
                    
                                                20:23:44 
                     
                                            
                            php                                                     
                    
                            
            Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::write($sessionId, $data) should either be compatible with SessionHandlerInterface::write(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice 
        
        
            [
  "exception " => ErrorException  {#815 
    #message : "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::write($sessionId, $data) should either be compatible with SessionHandlerInterface::write(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice "
    #code : 0 
    #file : "/home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php "
    #line : 112 
    #severity : E_DEPRECATED 
    trace : {
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php:112  {
        Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool  …
        ›  */ 
        › public function write($sessionId, $data) 
        › { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php:23  {
        class_exists(string $class, bool $autoload = true): bool   …
        ›  */ 
        › abstract class AbstractSessionHandler implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface 
        › { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:22  {
        include_once   …
        › class_exists(MetadataBag::class); 
        › class_exists(StrictSessionHandler::class); 
        › class_exists(SessionHandlerProxy::class); 
       }
      /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234  {
        ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getSession_Storage_NativeService()  …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php'; 
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php'; 
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php'; 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Container.php:450  {
        Symfony\Component\DependencyInjection \ Container->getService($registry, string $id, ?string $method, $load)  …
        › if (false !== $registry) { 
        ›     return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}(); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:40  {
        Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id)  …
        › { 
        ›     return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43  {
        Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface  …
        › if ($this->container->has('session_storage') 
        ›     && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage 
        ›     && ($masterRequest = $this->container->get('request_stack')->getMasterRequest()) 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61  {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure}  …
        › } elseif (method_exists($request, 'setSessionFactory')) { 
        ›     $request->setSessionFactory(function () { return $this->getSession(); }); 
        › } elseif ($session = $this->getSession()) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Request.php:731  {
        Symfony\Component\HttpFoundation \ Request->getSession()  …
        › if (!$session instanceof SessionInterface && null !== $session) { 
        ›     $this->setSession($session = $session()); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:67  {
        Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response)  …
        › if ($request->hasSession()) { 
        ›     $session = $request->getSession(); 
        ›     if ($session->isStarted()) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Profiler/Profiler.php:178  {
        Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response)  …
        › 
        › $collector->collect($request, $response, $e); 
        › // we need to clone for sub-requests 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90  {
        Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(FilterResponseEvent $event)  …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) { 
        ›     return; 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
        Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
        › 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
            Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
        Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
        ›     } 
        ›     $listener($event, $eventName, $this); 
        › } 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          $eventName : "kernel.request "
          $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
        Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
        › if ($event instanceof Event) { 
        ›     $this->doDispatch($listeners, $eventName, $event); 
        › 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
        Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
        › if ($listeners) { 
        ›     $this->callListeners($listeners, $eventName, $event); 
        › } 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
        Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
        › try { 
        ›     $this->dispatcher->dispatch($event, $eventName); 
        › } finally { 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:191  {
        Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response  …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:179  {
        Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response  …
        › 
        ›     return $this->filterResponse($response, $request, $type); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:80  {
        Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › try { 
        ›     return $this->handleRaw($request, $type); 
        › } catch (\Exception $e) { 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
          $type : 1 
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60  {
        Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null)  …
        › try { 
        ›     $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); 
        › } catch (\Exception $e) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
        Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
        › 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
            Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
        Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
        ›     } 
        ›     $listener($event, $eventName, $this); 
        › } 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          $eventName : "kernel.request "
          $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
        Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
        › if ($event instanceof Event) { 
        ›     $this->doDispatch($listeners, $eventName, $event); 
        › 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
        Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
        › if ($listeners) { 
        ›     $this->callListeners($listeners, $eventName, $event); 
        › } 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
        Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
        › try { 
        ›     $this->dispatcher->dispatch($event, $eventName); 
        › } finally { 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:219  {
        Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
        › $event = new ExceptionEvent($this, $request, $type, $e); 
        › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
        Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › 
        ›     return $this->handleThrowable($e, $request, $type); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
        Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › try { 
        ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
        › } finally { 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
          $type : 1 
          $catch : true 
         }
       }
      /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
        › $request = Request::createFromGlobals(); 
        › $response = $kernel->handle($request); 
        › $response->send(); 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
         }
       }
     }
   }
 ] 
         
                    
                {
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php:112  {
    Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool  …
    ›  */ 
    › public function write($sessionId, $data) 
    › { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php:23  {
    class_exists(string $class, bool $autoload = true): bool   …
    ›  */ 
    › abstract class AbstractSessionHandler implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface 
    › { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:22  {
    include_once   …
    › class_exists(MetadataBag::class); 
    › class_exists(StrictSessionHandler::class); 
    › class_exists(SessionHandlerProxy::class); 
   }
  /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234  {
    ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getSession_Storage_NativeService()  …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php'; 
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php'; 
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php'; 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Container.php:450  {
    Symfony\Component\DependencyInjection \ Container->getService($registry, string $id, ?string $method, $load)  …
    › if (false !== $registry) { 
    ›     return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}(); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:40  {
    Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id)  …
    › { 
    ›     return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43  {
    Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface  …
    › if ($this->container->has('session_storage') 
    ›     && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage 
    ›     && ($masterRequest = $this->container->get('request_stack')->getMasterRequest()) 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61  {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure}  …
    › } elseif (method_exists($request, 'setSessionFactory')) { 
    ›     $request->setSessionFactory(function () { return $this->getSession(); }); 
    › } elseif ($session = $this->getSession()) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Request.php:731  {
    Symfony\Component\HttpFoundation \ Request->getSession()  …
    › if (!$session instanceof SessionInterface && null !== $session) { 
    ›     $this->setSession($session = $session()); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:67  {
    Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response)  …
    › if ($request->hasSession()) { 
    ›     $session = $request->getSession(); 
    ›     if ($session->isStarted()) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Profiler/Profiler.php:178  {
    Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response)  …
    › 
    › $collector->collect($request, $response, $e); 
    › // we need to clone for sub-requests 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90  {
    Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(FilterResponseEvent $event)  …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) { 
    ›     return; 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
    Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
    › 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
        Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
    Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
    ›     } 
    ›     $listener($event, $eventName, $this); 
    › } 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      $eventName : "kernel.request "
      $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
    Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
    › if ($event instanceof Event) { 
    ›     $this->doDispatch($listeners, $eventName, $event); 
    › 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
    Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
    › if ($listeners) { 
    ›     $this->callListeners($listeners, $eventName, $event); 
    › } 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
    Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
    › try { 
    ›     $this->dispatcher->dispatch($event, $eventName); 
    › } finally { 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:191  {
    Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response  …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:179  {
    Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response  …
    › 
    ›     return $this->filterResponse($response, $request, $type); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:80  {
    Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › try { 
    ›     return $this->handleRaw($request, $type); 
    › } catch (\Exception $e) { 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
      $type : 1 
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60  {
    Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null)  …
    › try { 
    ›     $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); 
    › } catch (\Exception $e) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
    Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
    › 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
        Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
    Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
    ›     } 
    ›     $listener($event, $eventName, $this); 
    › } 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      $eventName : "kernel.request "
      $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
    Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
    › if ($event instanceof Event) { 
    ›     $this->doDispatch($listeners, $eventName, $event); 
    › 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
    Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
    › if ($listeners) { 
    ›     $this->callListeners($listeners, $eventName, $event); 
    › } 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
    Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
    › try { 
    ›     $this->dispatcher->dispatch($event, $eventName); 
    › } finally { 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:219  {
    Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
    › $event = new ExceptionEvent($this, $request, $type, $e); 
    › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
    Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › 
    ›     return $this->handleThrowable($e, $request, $type); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
    Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › try { 
    ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
    › } finally { 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
      $type : 1 
      $catch : true 
     }
   }
  /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
    › $request = Request::createFromGlobals(); 
    › $response = $kernel->handle($request); 
    › $response->send(); 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
     }
   }
 } 
             
             
                 
                                            
                    
                                                20:23:44 
                     
                                            
                            php                                                     
                    
                            
            Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::destroy($sessionId) should either be compatible with SessionHandlerInterface::destroy(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice 
        
        
            [
  "exception " => ErrorException  {#816 
    #message : "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::destroy($sessionId) should either be compatible with SessionHandlerInterface::destroy(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice "
    #code : 0 
    #file : "/home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php "
    #line : 129 
    #severity : E_DEPRECATED 
    trace : {
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php:129  {
        Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool  …
        ›  */ 
        › public function destroy($sessionId) 
        › { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php:23  {
        class_exists(string $class, bool $autoload = true): bool   …
        ›  */ 
        › abstract class AbstractSessionHandler implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface 
        › { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:22  {
        include_once   …
        › class_exists(MetadataBag::class); 
        › class_exists(StrictSessionHandler::class); 
        › class_exists(SessionHandlerProxy::class); 
       }
      /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234  {
        ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getSession_Storage_NativeService()  …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php'; 
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php'; 
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php'; 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Container.php:450  {
        Symfony\Component\DependencyInjection \ Container->getService($registry, string $id, ?string $method, $load)  …
        › if (false !== $registry) { 
        ›     return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}(); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:40  {
        Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id)  …
        › { 
        ›     return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43  {
        Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface  …
        › if ($this->container->has('session_storage') 
        ›     && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage 
        ›     && ($masterRequest = $this->container->get('request_stack')->getMasterRequest()) 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61  {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure}  …
        › } elseif (method_exists($request, 'setSessionFactory')) { 
        ›     $request->setSessionFactory(function () { return $this->getSession(); }); 
        › } elseif ($session = $this->getSession()) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Request.php:731  {
        Symfony\Component\HttpFoundation \ Request->getSession()  …
        › if (!$session instanceof SessionInterface && null !== $session) { 
        ›     $this->setSession($session = $session()); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:67  {
        Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response)  …
        › if ($request->hasSession()) { 
        ›     $session = $request->getSession(); 
        ›     if ($session->isStarted()) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Profiler/Profiler.php:178  {
        Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response)  …
        › 
        › $collector->collect($request, $response, $e); 
        › // we need to clone for sub-requests 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90  {
        Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(FilterResponseEvent $event)  …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) { 
        ›     return; 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
        Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
        › 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
            Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
        Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
        ›     } 
        ›     $listener($event, $eventName, $this); 
        › } 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          $eventName : "kernel.request "
          $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
        Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
        › if ($event instanceof Event) { 
        ›     $this->doDispatch($listeners, $eventName, $event); 
        › 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
        Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
        › if ($listeners) { 
        ›     $this->callListeners($listeners, $eventName, $event); 
        › } 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
        Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
        › try { 
        ›     $this->dispatcher->dispatch($event, $eventName); 
        › } finally { 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:191  {
        Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response  …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:179  {
        Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response  …
        › 
        ›     return $this->filterResponse($response, $request, $type); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:80  {
        Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › try { 
        ›     return $this->handleRaw($request, $type); 
        › } catch (\Exception $e) { 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
          $type : 1 
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60  {
        Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null)  …
        › try { 
        ›     $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); 
        › } catch (\Exception $e) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
        Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
        › 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
            Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
        Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
        ›     } 
        ›     $listener($event, $eventName, $this); 
        › } 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          $eventName : "kernel.request "
          $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
        Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
        › if ($event instanceof Event) { 
        ›     $this->doDispatch($listeners, $eventName, $event); 
        › 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
        Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
        › if ($listeners) { 
        ›     $this->callListeners($listeners, $eventName, $event); 
        › } 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
        Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
        › try { 
        ›     $this->dispatcher->dispatch($event, $eventName); 
        › } finally { 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:219  {
        Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
        › $event = new ExceptionEvent($this, $request, $type, $e); 
        › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
        Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › 
        ›     return $this->handleThrowable($e, $request, $type); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
        Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › try { 
        ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
        › } finally { 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
          $type : 1 
          $catch : true 
         }
       }
      /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
        › $request = Request::createFromGlobals(); 
        › $response = $kernel->handle($request); 
        › $response->send(); 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
         }
       }
     }
   }
 ] 
         
                    
                {
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php:129  {
    Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool  …
    ›  */ 
    › public function destroy($sessionId) 
    › { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php:23  {
    class_exists(string $class, bool $autoload = true): bool   …
    ›  */ 
    › abstract class AbstractSessionHandler implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface 
    › { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:22  {
    include_once   …
    › class_exists(MetadataBag::class); 
    › class_exists(StrictSessionHandler::class); 
    › class_exists(SessionHandlerProxy::class); 
   }
  /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234  {
    ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getSession_Storage_NativeService()  …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php'; 
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php'; 
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php'; 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Container.php:450  {
    Symfony\Component\DependencyInjection \ Container->getService($registry, string $id, ?string $method, $load)  …
    › if (false !== $registry) { 
    ›     return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}(); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:40  {
    Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id)  …
    › { 
    ›     return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43  {
    Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface  …
    › if ($this->container->has('session_storage') 
    ›     && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage 
    ›     && ($masterRequest = $this->container->get('request_stack')->getMasterRequest()) 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61  {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure}  …
    › } elseif (method_exists($request, 'setSessionFactory')) { 
    ›     $request->setSessionFactory(function () { return $this->getSession(); }); 
    › } elseif ($session = $this->getSession()) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Request.php:731  {
    Symfony\Component\HttpFoundation \ Request->getSession()  …
    › if (!$session instanceof SessionInterface && null !== $session) { 
    ›     $this->setSession($session = $session()); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:67  {
    Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response)  …
    › if ($request->hasSession()) { 
    ›     $session = $request->getSession(); 
    ›     if ($session->isStarted()) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Profiler/Profiler.php:178  {
    Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response)  …
    › 
    › $collector->collect($request, $response, $e); 
    › // we need to clone for sub-requests 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90  {
    Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(FilterResponseEvent $event)  …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) { 
    ›     return; 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
    Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
    › 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
        Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
    Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
    ›     } 
    ›     $listener($event, $eventName, $this); 
    › } 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      $eventName : "kernel.request "
      $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
    Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
    › if ($event instanceof Event) { 
    ›     $this->doDispatch($listeners, $eventName, $event); 
    › 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
    Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
    › if ($listeners) { 
    ›     $this->callListeners($listeners, $eventName, $event); 
    › } 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
    Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
    › try { 
    ›     $this->dispatcher->dispatch($event, $eventName); 
    › } finally { 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:191  {
    Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response  …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:179  {
    Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response  …
    › 
    ›     return $this->filterResponse($response, $request, $type); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:80  {
    Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › try { 
    ›     return $this->handleRaw($request, $type); 
    › } catch (\Exception $e) { 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
      $type : 1 
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60  {
    Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null)  …
    › try { 
    ›     $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); 
    › } catch (\Exception $e) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
    Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
    › 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
        Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
    Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
    ›     } 
    ›     $listener($event, $eventName, $this); 
    › } 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      $eventName : "kernel.request "
      $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
    Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
    › if ($event instanceof Event) { 
    ›     $this->doDispatch($listeners, $eventName, $event); 
    › 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
    Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
    › if ($listeners) { 
    ›     $this->callListeners($listeners, $eventName, $event); 
    › } 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
    Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
    › try { 
    ›     $this->dispatcher->dispatch($event, $eventName); 
    › } finally { 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:219  {
    Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
    › $event = new ExceptionEvent($this, $request, $type, $e); 
    › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
    Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › 
    ›     return $this->handleThrowable($e, $request, $type); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
    Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › try { 
    ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
    › } finally { 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
      $type : 1 
      $catch : true 
     }
   }
  /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
    › $request = Request::createFromGlobals(); 
    › $response = $kernel->handle($request); 
    › $response->send(); 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
     }
   }
 } 
             
             
                 
                                            
                    
                                                20:23:44 
                     
                                            
                            php                                                     
                    
                            
            Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::validateId($sessionId) should either be compatible with SessionUpdateTimestampHandlerInterface::validateId(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice 
        
        
            [
  "exception " => ErrorException  {#817 
    #message : "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::validateId($sessionId) should either be compatible with SessionUpdateTimestampHandlerInterface::validateId(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice "
    #code : 0 
    #file : "/home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php "
    #line : 69 
    #severity : E_DEPRECATED 
    trace : {
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php:69  {
        Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool  …
        ›  */ 
        › public function validateId($sessionId) 
        › { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php:23  {
        class_exists(string $class, bool $autoload = true): bool   …
        ›  */ 
        › abstract class AbstractSessionHandler implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface 
        › { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:22  {
        include_once   …
        › class_exists(MetadataBag::class); 
        › class_exists(StrictSessionHandler::class); 
        › class_exists(SessionHandlerProxy::class); 
       }
      /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234  {
        ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getSession_Storage_NativeService()  …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php'; 
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php'; 
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php'; 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Container.php:450  {
        Symfony\Component\DependencyInjection \ Container->getService($registry, string $id, ?string $method, $load)  …
        › if (false !== $registry) { 
        ›     return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}(); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:40  {
        Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id)  …
        › { 
        ›     return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43  {
        Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface  …
        › if ($this->container->has('session_storage') 
        ›     && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage 
        ›     && ($masterRequest = $this->container->get('request_stack')->getMasterRequest()) 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61  {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure}  …
        › } elseif (method_exists($request, 'setSessionFactory')) { 
        ›     $request->setSessionFactory(function () { return $this->getSession(); }); 
        › } elseif ($session = $this->getSession()) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Request.php:731  {
        Symfony\Component\HttpFoundation \ Request->getSession()  …
        › if (!$session instanceof SessionInterface && null !== $session) { 
        ›     $this->setSession($session = $session()); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:67  {
        Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response)  …
        › if ($request->hasSession()) { 
        ›     $session = $request->getSession(); 
        ›     if ($session->isStarted()) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Profiler/Profiler.php:178  {
        Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response)  …
        › 
        › $collector->collect($request, $response, $e); 
        › // we need to clone for sub-requests 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90  {
        Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(FilterResponseEvent $event)  …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) { 
        ›     return; 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
        Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
        › 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
            Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
        Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
        ›     } 
        ›     $listener($event, $eventName, $this); 
        › } 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          $eventName : "kernel.request "
          $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
        Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
        › if ($event instanceof Event) { 
        ›     $this->doDispatch($listeners, $eventName, $event); 
        › 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
        Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
        › if ($listeners) { 
        ›     $this->callListeners($listeners, $eventName, $event); 
        › } 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
        Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
        › try { 
        ›     $this->dispatcher->dispatch($event, $eventName); 
        › } finally { 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:191  {
        Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response  …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:179  {
        Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response  …
        › 
        ›     return $this->filterResponse($response, $request, $type); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:80  {
        Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › try { 
        ›     return $this->handleRaw($request, $type); 
        › } catch (\Exception $e) { 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
          $type : 1 
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60  {
        Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null)  …
        › try { 
        ›     $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); 
        › } catch (\Exception $e) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
        Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
        › 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
            Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
        Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
        ›     } 
        ›     $listener($event, $eventName, $this); 
        › } 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          $eventName : "kernel.request "
          $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
        Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
        › if ($event instanceof Event) { 
        ›     $this->doDispatch($listeners, $eventName, $event); 
        › 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
        Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
        › if ($listeners) { 
        ›     $this->callListeners($listeners, $eventName, $event); 
        › } 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
        Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
        › try { 
        ›     $this->dispatcher->dispatch($event, $eventName); 
        › } finally { 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:219  {
        Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
        › $event = new ExceptionEvent($this, $request, $type, $e); 
        › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
        Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › 
        ›     return $this->handleThrowable($e, $request, $type); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
        Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › try { 
        ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
        › } finally { 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
          $type : 1 
          $catch : true 
         }
       }
      /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
        › $request = Request::createFromGlobals(); 
        › $response = $kernel->handle($request); 
        › $response->send(); 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
         }
       }
     }
   }
 ] 
         
                    
                {
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php:69  {
    Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool  …
    ›  */ 
    › public function validateId($sessionId) 
    › { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php:23  {
    class_exists(string $class, bool $autoload = true): bool   …
    ›  */ 
    › abstract class AbstractSessionHandler implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface 
    › { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:22  {
    include_once   …
    › class_exists(MetadataBag::class); 
    › class_exists(StrictSessionHandler::class); 
    › class_exists(SessionHandlerProxy::class); 
   }
  /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234  {
    ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getSession_Storage_NativeService()  …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php'; 
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php'; 
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php'; 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Container.php:450  {
    Symfony\Component\DependencyInjection \ Container->getService($registry, string $id, ?string $method, $load)  …
    › if (false !== $registry) { 
    ›     return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}(); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:40  {
    Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id)  …
    › { 
    ›     return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43  {
    Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface  …
    › if ($this->container->has('session_storage') 
    ›     && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage 
    ›     && ($masterRequest = $this->container->get('request_stack')->getMasterRequest()) 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61  {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure}  …
    › } elseif (method_exists($request, 'setSessionFactory')) { 
    ›     $request->setSessionFactory(function () { return $this->getSession(); }); 
    › } elseif ($session = $this->getSession()) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Request.php:731  {
    Symfony\Component\HttpFoundation \ Request->getSession()  …
    › if (!$session instanceof SessionInterface && null !== $session) { 
    ›     $this->setSession($session = $session()); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:67  {
    Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response)  …
    › if ($request->hasSession()) { 
    ›     $session = $request->getSession(); 
    ›     if ($session->isStarted()) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Profiler/Profiler.php:178  {
    Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response)  …
    › 
    › $collector->collect($request, $response, $e); 
    › // we need to clone for sub-requests 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90  {
    Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(FilterResponseEvent $event)  …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) { 
    ›     return; 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
    Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
    › 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
        Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
    Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
    ›     } 
    ›     $listener($event, $eventName, $this); 
    › } 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      $eventName : "kernel.request "
      $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
    Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
    › if ($event instanceof Event) { 
    ›     $this->doDispatch($listeners, $eventName, $event); 
    › 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
    Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
    › if ($listeners) { 
    ›     $this->callListeners($listeners, $eventName, $event); 
    › } 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
    Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
    › try { 
    ›     $this->dispatcher->dispatch($event, $eventName); 
    › } finally { 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:191  {
    Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response  …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:179  {
    Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response  …
    › 
    ›     return $this->filterResponse($response, $request, $type); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:80  {
    Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › try { 
    ›     return $this->handleRaw($request, $type); 
    › } catch (\Exception $e) { 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
      $type : 1 
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60  {
    Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null)  …
    › try { 
    ›     $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); 
    › } catch (\Exception $e) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
    Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
    › 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
        Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
    Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
    ›     } 
    ›     $listener($event, $eventName, $this); 
    › } 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      $eventName : "kernel.request "
      $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
    Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
    › if ($event instanceof Event) { 
    ›     $this->doDispatch($listeners, $eventName, $event); 
    › 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
    Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
    › if ($listeners) { 
    ›     $this->callListeners($listeners, $eventName, $event); 
    › } 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
    Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
    › try { 
    ›     $this->dispatcher->dispatch($event, $eventName); 
    › } finally { 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:219  {
    Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
    › $event = new ExceptionEvent($this, $request, $type, $e); 
    › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
    Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › 
    ›     return $this->handleThrowable($e, $request, $type); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
    Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › try { 
    ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
    › } finally { 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
      $type : 1 
      $catch : true 
     }
   }
  /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
    › $request = Request::createFromGlobals(); 
    › $response = $kernel->handle($request); 
    › $response->send(); 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
     }
   }
 } 
             
             
                 
                                            
                    
                                                20:23:44 
                     
                                            
                            php                                                     
                    
                            
            Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler::close() should either be compatible with SessionHandlerInterface::close(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice 
        
        
            [
  "exception " => ErrorException  {#818 
    #message : "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler::close() should either be compatible with SessionHandlerInterface::close(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice "
    #code : 0 
    #file : "/home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Handler/StrictSessionHandler.php "
    #line : 91 
    #severity : E_DEPRECATED 
    trace : {
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Handler/StrictSessionHandler.php:91  {
        Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool  …
        ›  */ 
        › public function close() 
        › { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Handler/StrictSessionHandler.php:19  {
        class_exists(string $class, bool $autoload = true): bool   …
        ›  */ 
        › class StrictSessionHandler extends AbstractSessionHandler 
        › { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:22  {
        include_once   …
        › class_exists(MetadataBag::class); 
        › class_exists(StrictSessionHandler::class); 
        › class_exists(SessionHandlerProxy::class); 
       }
      /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234  {
        ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getSession_Storage_NativeService()  …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php'; 
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php'; 
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php'; 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Container.php:450  {
        Symfony\Component\DependencyInjection \ Container->getService($registry, string $id, ?string $method, $load)  …
        › if (false !== $registry) { 
        ›     return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}(); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:40  {
        Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id)  …
        › { 
        ›     return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43  {
        Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface  …
        › if ($this->container->has('session_storage') 
        ›     && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage 
        ›     && ($masterRequest = $this->container->get('request_stack')->getMasterRequest()) 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61  {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure}  …
        › } elseif (method_exists($request, 'setSessionFactory')) { 
        ›     $request->setSessionFactory(function () { return $this->getSession(); }); 
        › } elseif ($session = $this->getSession()) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Request.php:731  {
        Symfony\Component\HttpFoundation \ Request->getSession()  …
        › if (!$session instanceof SessionInterface && null !== $session) { 
        ›     $this->setSession($session = $session()); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:67  {
        Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response)  …
        › if ($request->hasSession()) { 
        ›     $session = $request->getSession(); 
        ›     if ($session->isStarted()) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Profiler/Profiler.php:178  {
        Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response)  …
        › 
        › $collector->collect($request, $response, $e); 
        › // we need to clone for sub-requests 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90  {
        Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(FilterResponseEvent $event)  …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) { 
        ›     return; 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
        Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
        › 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
            Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
        Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
        ›     } 
        ›     $listener($event, $eventName, $this); 
        › } 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          $eventName : "kernel.request "
          $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
        Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
        › if ($event instanceof Event) { 
        ›     $this->doDispatch($listeners, $eventName, $event); 
        › 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
        Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
        › if ($listeners) { 
        ›     $this->callListeners($listeners, $eventName, $event); 
        › } 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
        Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
        › try { 
        ›     $this->dispatcher->dispatch($event, $eventName); 
        › } finally { 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:191  {
        Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response  …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:179  {
        Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response  …
        › 
        ›     return $this->filterResponse($response, $request, $type); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:80  {
        Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › try { 
        ›     return $this->handleRaw($request, $type); 
        › } catch (\Exception $e) { 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
          $type : 1 
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60  {
        Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null)  …
        › try { 
        ›     $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); 
        › } catch (\Exception $e) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
        Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
        › 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
            Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
        Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
        ›     } 
        ›     $listener($event, $eventName, $this); 
        › } 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          $eventName : "kernel.request "
          $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
        Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
        › if ($event instanceof Event) { 
        ›     $this->doDispatch($listeners, $eventName, $event); 
        › 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
        Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
        › if ($listeners) { 
        ›     $this->callListeners($listeners, $eventName, $event); 
        › } 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
        Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
        › try { 
        ›     $this->dispatcher->dispatch($event, $eventName); 
        › } finally { 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:219  {
        Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
        › $event = new ExceptionEvent($this, $request, $type, $e); 
        › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
        Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › 
        ›     return $this->handleThrowable($e, $request, $type); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
        Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › try { 
        ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
        › } finally { 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
          $type : 1 
          $catch : true 
         }
       }
      /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
        › $request = Request::createFromGlobals(); 
        › $response = $kernel->handle($request); 
        › $response->send(); 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
         }
       }
     }
   }
 ] 
         
                    
                {
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Handler/StrictSessionHandler.php:91  {
    Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool  …
    ›  */ 
    › public function close() 
    › { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Handler/StrictSessionHandler.php:19  {
    class_exists(string $class, bool $autoload = true): bool   …
    ›  */ 
    › class StrictSessionHandler extends AbstractSessionHandler 
    › { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:22  {
    include_once   …
    › class_exists(MetadataBag::class); 
    › class_exists(StrictSessionHandler::class); 
    › class_exists(SessionHandlerProxy::class); 
   }
  /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234  {
    ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getSession_Storage_NativeService()  …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php'; 
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php'; 
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php'; 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Container.php:450  {
    Symfony\Component\DependencyInjection \ Container->getService($registry, string $id, ?string $method, $load)  …
    › if (false !== $registry) { 
    ›     return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}(); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:40  {
    Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id)  …
    › { 
    ›     return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43  {
    Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface  …
    › if ($this->container->has('session_storage') 
    ›     && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage 
    ›     && ($masterRequest = $this->container->get('request_stack')->getMasterRequest()) 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61  {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure}  …
    › } elseif (method_exists($request, 'setSessionFactory')) { 
    ›     $request->setSessionFactory(function () { return $this->getSession(); }); 
    › } elseif ($session = $this->getSession()) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Request.php:731  {
    Symfony\Component\HttpFoundation \ Request->getSession()  …
    › if (!$session instanceof SessionInterface && null !== $session) { 
    ›     $this->setSession($session = $session()); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:67  {
    Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response)  …
    › if ($request->hasSession()) { 
    ›     $session = $request->getSession(); 
    ›     if ($session->isStarted()) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Profiler/Profiler.php:178  {
    Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response)  …
    › 
    › $collector->collect($request, $response, $e); 
    › // we need to clone for sub-requests 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90  {
    Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(FilterResponseEvent $event)  …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) { 
    ›     return; 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
    Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
    › 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
        Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
    Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
    ›     } 
    ›     $listener($event, $eventName, $this); 
    › } 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      $eventName : "kernel.request "
      $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
    Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
    › if ($event instanceof Event) { 
    ›     $this->doDispatch($listeners, $eventName, $event); 
    › 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
    Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
    › if ($listeners) { 
    ›     $this->callListeners($listeners, $eventName, $event); 
    › } 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
    Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
    › try { 
    ›     $this->dispatcher->dispatch($event, $eventName); 
    › } finally { 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:191  {
    Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response  …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:179  {
    Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response  …
    › 
    ›     return $this->filterResponse($response, $request, $type); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:80  {
    Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › try { 
    ›     return $this->handleRaw($request, $type); 
    › } catch (\Exception $e) { 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
      $type : 1 
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60  {
    Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null)  …
    › try { 
    ›     $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); 
    › } catch (\Exception $e) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
    Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
    › 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
        Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
    Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
    ›     } 
    ›     $listener($event, $eventName, $this); 
    › } 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      $eventName : "kernel.request "
      $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
    Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
    › if ($event instanceof Event) { 
    ›     $this->doDispatch($listeners, $eventName, $event); 
    › 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
    Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
    › if ($listeners) { 
    ›     $this->callListeners($listeners, $eventName, $event); 
    › } 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
    Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
    › try { 
    ›     $this->dispatcher->dispatch($event, $eventName); 
    › } finally { 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:219  {
    Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
    › $event = new ExceptionEvent($this, $request, $type, $e); 
    › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
    Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › 
    ›     return $this->handleThrowable($e, $request, $type); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
    Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › try { 
    ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
    › } finally { 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
      $type : 1 
      $catch : true 
     }
   }
  /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
    › $request = Request::createFromGlobals(); 
    › $response = $kernel->handle($request); 
    › $response->send(); 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
     }
   }
 } 
             
             
                 
                                            
                    
                                                20:23:44 
                     
                                            
                            php                                                     
                    
                            
            Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler::gc($maxlifetime) should either be compatible with SessionHandlerInterface::gc(int $max_lifetime): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice 
        
        
            [
  "exception " => ErrorException  {#808 
    #message : "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler::gc($maxlifetime) should either be compatible with SessionHandlerInterface::gc(int $max_lifetime): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice "
    #code : 0 
    #file : "/home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Handler/StrictSessionHandler.php "
    #line : 99 
    #severity : E_DEPRECATED 
    trace : {
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Handler/StrictSessionHandler.php:99  {
        Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool  …
        ›  */ 
        › public function gc($maxlifetime) 
        › { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Handler/StrictSessionHandler.php:19  {
        class_exists(string $class, bool $autoload = true): bool   …
        ›  */ 
        › class StrictSessionHandler extends AbstractSessionHandler 
        › { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:22  {
        include_once   …
        › class_exists(MetadataBag::class); 
        › class_exists(StrictSessionHandler::class); 
        › class_exists(SessionHandlerProxy::class); 
       }
      /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234  {
        ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getSession_Storage_NativeService()  …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php'; 
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php'; 
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php'; 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Container.php:450  {
        Symfony\Component\DependencyInjection \ Container->getService($registry, string $id, ?string $method, $load)  …
        › if (false !== $registry) { 
        ›     return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}(); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:40  {
        Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id)  …
        › { 
        ›     return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43  {
        Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface  …
        › if ($this->container->has('session_storage') 
        ›     && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage 
        ›     && ($masterRequest = $this->container->get('request_stack')->getMasterRequest()) 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61  {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure}  …
        › } elseif (method_exists($request, 'setSessionFactory')) { 
        ›     $request->setSessionFactory(function () { return $this->getSession(); }); 
        › } elseif ($session = $this->getSession()) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Request.php:731  {
        Symfony\Component\HttpFoundation \ Request->getSession()  …
        › if (!$session instanceof SessionInterface && null !== $session) { 
        ›     $this->setSession($session = $session()); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:67  {
        Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response)  …
        › if ($request->hasSession()) { 
        ›     $session = $request->getSession(); 
        ›     if ($session->isStarted()) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Profiler/Profiler.php:178  {
        Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response)  …
        › 
        › $collector->collect($request, $response, $e); 
        › // we need to clone for sub-requests 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90  {
        Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(FilterResponseEvent $event)  …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) { 
        ›     return; 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
        Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
        › 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
            Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
        Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
        ›     } 
        ›     $listener($event, $eventName, $this); 
        › } 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          $eventName : "kernel.request "
          $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
        Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
        › if ($event instanceof Event) { 
        ›     $this->doDispatch($listeners, $eventName, $event); 
        › 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
        Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
        › if ($listeners) { 
        ›     $this->callListeners($listeners, $eventName, $event); 
        › } 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
        Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
        › try { 
        ›     $this->dispatcher->dispatch($event, $eventName); 
        › } finally { 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:191  {
        Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response  …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:179  {
        Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response  …
        › 
        ›     return $this->filterResponse($response, $request, $type); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:80  {
        Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › try { 
        ›     return $this->handleRaw($request, $type); 
        › } catch (\Exception $e) { 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
          $type : 1 
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60  {
        Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null)  …
        › try { 
        ›     $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); 
        › } catch (\Exception $e) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
        Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
        › 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
            Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
        Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
        ›     } 
        ›     $listener($event, $eventName, $this); 
        › } 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          $eventName : "kernel.request "
          $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
        Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
        › if ($event instanceof Event) { 
        ›     $this->doDispatch($listeners, $eventName, $event); 
        › 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
        Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
        › if ($listeners) { 
        ›     $this->callListeners($listeners, $eventName, $event); 
        › } 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
        Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
        › try { 
        ›     $this->dispatcher->dispatch($event, $eventName); 
        › } finally { 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:219  {
        Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
        › $event = new ExceptionEvent($this, $request, $type, $e); 
        › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
        Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › 
        ›     return $this->handleThrowable($e, $request, $type); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
        Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › try { 
        ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
        › } finally { 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
          $type : 1 
          $catch : true 
         }
       }
      /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
        › $request = Request::createFromGlobals(); 
        › $response = $kernel->handle($request); 
        › $response->send(); 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
         }
       }
     }
   }
 ] 
         
                    
                {
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Handler/StrictSessionHandler.php:99  {
    Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool  …
    ›  */ 
    › public function gc($maxlifetime) 
    › { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Handler/StrictSessionHandler.php:19  {
    class_exists(string $class, bool $autoload = true): bool   …
    ›  */ 
    › class StrictSessionHandler extends AbstractSessionHandler 
    › { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:22  {
    include_once   …
    › class_exists(MetadataBag::class); 
    › class_exists(StrictSessionHandler::class); 
    › class_exists(SessionHandlerProxy::class); 
   }
  /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234  {
    ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getSession_Storage_NativeService()  …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php'; 
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php'; 
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php'; 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Container.php:450  {
    Symfony\Component\DependencyInjection \ Container->getService($registry, string $id, ?string $method, $load)  …
    › if (false !== $registry) { 
    ›     return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}(); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:40  {
    Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id)  …
    › { 
    ›     return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43  {
    Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface  …
    › if ($this->container->has('session_storage') 
    ›     && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage 
    ›     && ($masterRequest = $this->container->get('request_stack')->getMasterRequest()) 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61  {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure}  …
    › } elseif (method_exists($request, 'setSessionFactory')) { 
    ›     $request->setSessionFactory(function () { return $this->getSession(); }); 
    › } elseif ($session = $this->getSession()) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Request.php:731  {
    Symfony\Component\HttpFoundation \ Request->getSession()  …
    › if (!$session instanceof SessionInterface && null !== $session) { 
    ›     $this->setSession($session = $session()); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:67  {
    Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response)  …
    › if ($request->hasSession()) { 
    ›     $session = $request->getSession(); 
    ›     if ($session->isStarted()) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Profiler/Profiler.php:178  {
    Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response)  …
    › 
    › $collector->collect($request, $response, $e); 
    › // we need to clone for sub-requests 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90  {
    Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(FilterResponseEvent $event)  …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) { 
    ›     return; 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
    Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
    › 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
        Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
    Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
    ›     } 
    ›     $listener($event, $eventName, $this); 
    › } 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      $eventName : "kernel.request "
      $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
    Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
    › if ($event instanceof Event) { 
    ›     $this->doDispatch($listeners, $eventName, $event); 
    › 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
    Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
    › if ($listeners) { 
    ›     $this->callListeners($listeners, $eventName, $event); 
    › } 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
    Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
    › try { 
    ›     $this->dispatcher->dispatch($event, $eventName); 
    › } finally { 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:191  {
    Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response  …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:179  {
    Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response  …
    › 
    ›     return $this->filterResponse($response, $request, $type); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:80  {
    Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › try { 
    ›     return $this->handleRaw($request, $type); 
    › } catch (\Exception $e) { 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
      $type : 1 
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60  {
    Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null)  …
    › try { 
    ›     $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); 
    › } catch (\Exception $e) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
    Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
    › 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
        Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
    Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
    ›     } 
    ›     $listener($event, $eventName, $this); 
    › } 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      $eventName : "kernel.request "
      $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
    Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
    › if ($event instanceof Event) { 
    ›     $this->doDispatch($listeners, $eventName, $event); 
    › 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
    Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
    › if ($listeners) { 
    ›     $this->callListeners($listeners, $eventName, $event); 
    › } 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
    Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
    › try { 
    ›     $this->dispatcher->dispatch($event, $eventName); 
    › } finally { 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:219  {
    Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
    › $event = new ExceptionEvent($this, $request, $type, $e); 
    › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
    Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › 
    ›     return $this->handleThrowable($e, $request, $type); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
    Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › try { 
    ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
    › } finally { 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
      $type : 1 
      $catch : true 
     }
   }
  /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
    › $request = Request::createFromGlobals(); 
    › $response = $kernel->handle($request); 
    › $response->send(); 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
     }
   }
 } 
             
             
                 
                                            
                    
                                                20:23:44 
                     
                                            
                            php                                                     
                    
                            
            Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler::updateTimestamp($sessionId, $data) should either be compatible with SessionUpdateTimestampHandlerInterface::updateTimestamp(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice 
        
        
            [
  "exception " => ErrorException  {#810 
    #message : "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler::updateTimestamp($sessionId, $data) should either be compatible with SessionUpdateTimestampHandlerInterface::updateTimestamp(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice "
    #code : 0 
    #file : "/home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Handler/StrictSessionHandler.php "
    #line : 54 
    #severity : E_DEPRECATED 
    trace : {
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Handler/StrictSessionHandler.php:54  {
        Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool  …
        ›  */ 
        › public function updateTimestamp($sessionId, $data) 
        › { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Handler/StrictSessionHandler.php:19  {
        class_exists(string $class, bool $autoload = true): bool   …
        ›  */ 
        › class StrictSessionHandler extends AbstractSessionHandler 
        › { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:22  {
        include_once   …
        › class_exists(MetadataBag::class); 
        › class_exists(StrictSessionHandler::class); 
        › class_exists(SessionHandlerProxy::class); 
       }
      /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234  {
        ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getSession_Storage_NativeService()  …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php'; 
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php'; 
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php'; 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Container.php:450  {
        Symfony\Component\DependencyInjection \ Container->getService($registry, string $id, ?string $method, $load)  …
        › if (false !== $registry) { 
        ›     return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}(); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:40  {
        Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id)  …
        › { 
        ›     return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43  {
        Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface  …
        › if ($this->container->has('session_storage') 
        ›     && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage 
        ›     && ($masterRequest = $this->container->get('request_stack')->getMasterRequest()) 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61  {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure}  …
        › } elseif (method_exists($request, 'setSessionFactory')) { 
        ›     $request->setSessionFactory(function () { return $this->getSession(); }); 
        › } elseif ($session = $this->getSession()) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Request.php:731  {
        Symfony\Component\HttpFoundation \ Request->getSession()  …
        › if (!$session instanceof SessionInterface && null !== $session) { 
        ›     $this->setSession($session = $session()); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:67  {
        Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response)  …
        › if ($request->hasSession()) { 
        ›     $session = $request->getSession(); 
        ›     if ($session->isStarted()) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Profiler/Profiler.php:178  {
        Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response)  …
        › 
        › $collector->collect($request, $response, $e); 
        › // we need to clone for sub-requests 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90  {
        Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(FilterResponseEvent $event)  …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) { 
        ›     return; 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
        Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
        › 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
            Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
        Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
        ›     } 
        ›     $listener($event, $eventName, $this); 
        › } 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          $eventName : "kernel.request "
          $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
        Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
        › if ($event instanceof Event) { 
        ›     $this->doDispatch($listeners, $eventName, $event); 
        › 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
        Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
        › if ($listeners) { 
        ›     $this->callListeners($listeners, $eventName, $event); 
        › } 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
        Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
        › try { 
        ›     $this->dispatcher->dispatch($event, $eventName); 
        › } finally { 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:191  {
        Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response  …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:179  {
        Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response  …
        › 
        ›     return $this->filterResponse($response, $request, $type); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:80  {
        Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › try { 
        ›     return $this->handleRaw($request, $type); 
        › } catch (\Exception $e) { 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
          $type : 1 
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60  {
        Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null)  …
        › try { 
        ›     $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); 
        › } catch (\Exception $e) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
        Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
        › 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
            Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
        Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
        ›     } 
        ›     $listener($event, $eventName, $this); 
        › } 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          $eventName : "kernel.request "
          $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
        Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
        › if ($event instanceof Event) { 
        ›     $this->doDispatch($listeners, $eventName, $event); 
        › 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
        Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
        › if ($listeners) { 
        ›     $this->callListeners($listeners, $eventName, $event); 
        › } 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
        Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
        › try { 
        ›     $this->dispatcher->dispatch($event, $eventName); 
        › } finally { 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:219  {
        Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
        › $event = new ExceptionEvent($this, $request, $type, $e); 
        › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
        Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › 
        ›     return $this->handleThrowable($e, $request, $type); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
        Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › try { 
        ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
        › } finally { 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
          $type : 1 
          $catch : true 
         }
       }
      /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
        › $request = Request::createFromGlobals(); 
        › $response = $kernel->handle($request); 
        › $response->send(); 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
         }
       }
     }
   }
 ] 
         
                    
                {
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Handler/StrictSessionHandler.php:54  {
    Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool  …
    ›  */ 
    › public function updateTimestamp($sessionId, $data) 
    › { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Handler/StrictSessionHandler.php:19  {
    class_exists(string $class, bool $autoload = true): bool   …
    ›  */ 
    › class StrictSessionHandler extends AbstractSessionHandler 
    › { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:22  {
    include_once   …
    › class_exists(MetadataBag::class); 
    › class_exists(StrictSessionHandler::class); 
    › class_exists(SessionHandlerProxy::class); 
   }
  /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234  {
    ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getSession_Storage_NativeService()  …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php'; 
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php'; 
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php'; 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Container.php:450  {
    Symfony\Component\DependencyInjection \ Container->getService($registry, string $id, ?string $method, $load)  …
    › if (false !== $registry) { 
    ›     return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}(); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:40  {
    Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id)  …
    › { 
    ›     return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43  {
    Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface  …
    › if ($this->container->has('session_storage') 
    ›     && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage 
    ›     && ($masterRequest = $this->container->get('request_stack')->getMasterRequest()) 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61  {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure}  …
    › } elseif (method_exists($request, 'setSessionFactory')) { 
    ›     $request->setSessionFactory(function () { return $this->getSession(); }); 
    › } elseif ($session = $this->getSession()) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Request.php:731  {
    Symfony\Component\HttpFoundation \ Request->getSession()  …
    › if (!$session instanceof SessionInterface && null !== $session) { 
    ›     $this->setSession($session = $session()); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:67  {
    Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response)  …
    › if ($request->hasSession()) { 
    ›     $session = $request->getSession(); 
    ›     if ($session->isStarted()) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Profiler/Profiler.php:178  {
    Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response)  …
    › 
    › $collector->collect($request, $response, $e); 
    › // we need to clone for sub-requests 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90  {
    Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(FilterResponseEvent $event)  …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) { 
    ›     return; 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
    Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
    › 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
        Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
    Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
    ›     } 
    ›     $listener($event, $eventName, $this); 
    › } 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      $eventName : "kernel.request "
      $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
    Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
    › if ($event instanceof Event) { 
    ›     $this->doDispatch($listeners, $eventName, $event); 
    › 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
    Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
    › if ($listeners) { 
    ›     $this->callListeners($listeners, $eventName, $event); 
    › } 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
    Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
    › try { 
    ›     $this->dispatcher->dispatch($event, $eventName); 
    › } finally { 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:191  {
    Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response  …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:179  {
    Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response  …
    › 
    ›     return $this->filterResponse($response, $request, $type); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:80  {
    Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › try { 
    ›     return $this->handleRaw($request, $type); 
    › } catch (\Exception $e) { 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
      $type : 1 
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60  {
    Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null)  …
    › try { 
    ›     $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); 
    › } catch (\Exception $e) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
    Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
    › 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
        Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
    Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
    ›     } 
    ›     $listener($event, $eventName, $this); 
    › } 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      $eventName : "kernel.request "
      $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
    Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
    › if ($event instanceof Event) { 
    ›     $this->doDispatch($listeners, $eventName, $event); 
    › 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
    Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
    › if ($listeners) { 
    ›     $this->callListeners($listeners, $eventName, $event); 
    › } 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
    Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
    › try { 
    ›     $this->dispatcher->dispatch($event, $eventName); 
    › } finally { 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:219  {
    Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
    › $event = new ExceptionEvent($this, $request, $type, $e); 
    › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
    Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › 
    ›     return $this->handleThrowable($e, $request, $type); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
    Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › try { 
    ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
    › } finally { 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
      $type : 1 
      $catch : true 
     }
   }
  /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
    › $request = Request::createFromGlobals(); 
    › $response = $kernel->handle($request); 
    › $response->send(); 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
     }
   }
 } 
             
             
                 
                                            
                    
                                                20:23:44 
                     
                                            
                            php                                                     
                    
                            
            Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::open($savePath, $sessionName) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice 
        
        
            [
  "exception " => ErrorException  {#811 
    #message : "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::open($savePath, $sessionName) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice "
    #code : 0 
    #file : "/home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php "
    #line : 41 
    #severity : E_DEPRECATED 
    trace : {
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:41  {
        Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool  …
        ›  */ 
        › public function open($savePath, $sessionName) 
        › { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:17  {
        class_exists(string $class, bool $autoload = true): bool   …
        ›  */ 
        › class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface 
        › { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:23  {
        include_once   …
        › class_exists(StrictSessionHandler::class); 
        › class_exists(SessionHandlerProxy::class); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234  {
        ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getSession_Storage_NativeService()  …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php'; 
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php'; 
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php'; 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Container.php:450  {
        Symfony\Component\DependencyInjection \ Container->getService($registry, string $id, ?string $method, $load)  …
        › if (false !== $registry) { 
        ›     return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}(); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:40  {
        Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id)  …
        › { 
        ›     return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43  {
        Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface  …
        › if ($this->container->has('session_storage') 
        ›     && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage 
        ›     && ($masterRequest = $this->container->get('request_stack')->getMasterRequest()) 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61  {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure}  …
        › } elseif (method_exists($request, 'setSessionFactory')) { 
        ›     $request->setSessionFactory(function () { return $this->getSession(); }); 
        › } elseif ($session = $this->getSession()) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Request.php:731  {
        Symfony\Component\HttpFoundation \ Request->getSession()  …
        › if (!$session instanceof SessionInterface && null !== $session) { 
        ›     $this->setSession($session = $session()); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:67  {
        Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response)  …
        › if ($request->hasSession()) { 
        ›     $session = $request->getSession(); 
        ›     if ($session->isStarted()) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Profiler/Profiler.php:178  {
        Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response)  …
        › 
        › $collector->collect($request, $response, $e); 
        › // we need to clone for sub-requests 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90  {
        Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(FilterResponseEvent $event)  …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) { 
        ›     return; 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
        Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
        › 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
            Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
        Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
        ›     } 
        ›     $listener($event, $eventName, $this); 
        › } 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          $eventName : "kernel.request "
          $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
        Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
        › if ($event instanceof Event) { 
        ›     $this->doDispatch($listeners, $eventName, $event); 
        › 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
        Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
        › if ($listeners) { 
        ›     $this->callListeners($listeners, $eventName, $event); 
        › } 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
        Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
        › try { 
        ›     $this->dispatcher->dispatch($event, $eventName); 
        › } finally { 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:191  {
        Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response  …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:179  {
        Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response  …
        › 
        ›     return $this->filterResponse($response, $request, $type); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:80  {
        Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › try { 
        ›     return $this->handleRaw($request, $type); 
        › } catch (\Exception $e) { 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
          $type : 1 
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60  {
        Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null)  …
        › try { 
        ›     $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); 
        › } catch (\Exception $e) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
        Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
        › 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
            Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
        Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
        ›     } 
        ›     $listener($event, $eventName, $this); 
        › } 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          $eventName : "kernel.request "
          $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
        Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
        › if ($event instanceof Event) { 
        ›     $this->doDispatch($listeners, $eventName, $event); 
        › 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
        Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
        › if ($listeners) { 
        ›     $this->callListeners($listeners, $eventName, $event); 
        › } 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
        Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
        › try { 
        ›     $this->dispatcher->dispatch($event, $eventName); 
        › } finally { 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:219  {
        Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
        › $event = new ExceptionEvent($this, $request, $type, $e); 
        › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
        Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › 
        ›     return $this->handleThrowable($e, $request, $type); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
        Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › try { 
        ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
        › } finally { 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
          $type : 1 
          $catch : true 
         }
       }
      /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
        › $request = Request::createFromGlobals(); 
        › $response = $kernel->handle($request); 
        › $response->send(); 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
         }
       }
     }
   }
 ] 
         
                    
                {
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:41  {
    Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool  …
    ›  */ 
    › public function open($savePath, $sessionName) 
    › { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:17  {
    class_exists(string $class, bool $autoload = true): bool   …
    ›  */ 
    › class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface 
    › { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:23  {
    include_once   …
    › class_exists(StrictSessionHandler::class); 
    › class_exists(SessionHandlerProxy::class); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234  {
    ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getSession_Storage_NativeService()  …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php'; 
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php'; 
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php'; 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Container.php:450  {
    Symfony\Component\DependencyInjection \ Container->getService($registry, string $id, ?string $method, $load)  …
    › if (false !== $registry) { 
    ›     return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}(); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:40  {
    Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id)  …
    › { 
    ›     return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43  {
    Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface  …
    › if ($this->container->has('session_storage') 
    ›     && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage 
    ›     && ($masterRequest = $this->container->get('request_stack')->getMasterRequest()) 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61  {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure}  …
    › } elseif (method_exists($request, 'setSessionFactory')) { 
    ›     $request->setSessionFactory(function () { return $this->getSession(); }); 
    › } elseif ($session = $this->getSession()) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Request.php:731  {
    Symfony\Component\HttpFoundation \ Request->getSession()  …
    › if (!$session instanceof SessionInterface && null !== $session) { 
    ›     $this->setSession($session = $session()); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:67  {
    Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response)  …
    › if ($request->hasSession()) { 
    ›     $session = $request->getSession(); 
    ›     if ($session->isStarted()) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Profiler/Profiler.php:178  {
    Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response)  …
    › 
    › $collector->collect($request, $response, $e); 
    › // we need to clone for sub-requests 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90  {
    Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(FilterResponseEvent $event)  …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) { 
    ›     return; 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
    Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
    › 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
        Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
    Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
    ›     } 
    ›     $listener($event, $eventName, $this); 
    › } 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      $eventName : "kernel.request "
      $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
    Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
    › if ($event instanceof Event) { 
    ›     $this->doDispatch($listeners, $eventName, $event); 
    › 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
    Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
    › if ($listeners) { 
    ›     $this->callListeners($listeners, $eventName, $event); 
    › } 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
    Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
    › try { 
    ›     $this->dispatcher->dispatch($event, $eventName); 
    › } finally { 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:191  {
    Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response  …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:179  {
    Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response  …
    › 
    ›     return $this->filterResponse($response, $request, $type); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:80  {
    Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › try { 
    ›     return $this->handleRaw($request, $type); 
    › } catch (\Exception $e) { 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
      $type : 1 
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60  {
    Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null)  …
    › try { 
    ›     $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); 
    › } catch (\Exception $e) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
    Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
    › 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
        Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
    Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
    ›     } 
    ›     $listener($event, $eventName, $this); 
    › } 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      $eventName : "kernel.request "
      $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
    Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
    › if ($event instanceof Event) { 
    ›     $this->doDispatch($listeners, $eventName, $event); 
    › 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
    Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
    › if ($listeners) { 
    ›     $this->callListeners($listeners, $eventName, $event); 
    › } 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
    Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
    › try { 
    ›     $this->dispatcher->dispatch($event, $eventName); 
    › } finally { 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:219  {
    Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
    › $event = new ExceptionEvent($this, $request, $type, $e); 
    › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
    Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › 
    ›     return $this->handleThrowable($e, $request, $type); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
    Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › try { 
    ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
    › } finally { 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
      $type : 1 
      $catch : true 
     }
   }
  /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
    › $request = Request::createFromGlobals(); 
    › $response = $kernel->handle($request); 
    › $response->send(); 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
     }
   }
 } 
             
             
                 
                                            
                    
                                                20:23:44 
                     
                                            
                            php                                                     
                    
                            
            Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::close() should either be compatible with SessionHandlerInterface::close(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice 
        
        
            [
  "exception " => ErrorException  {#822 
    #message : "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::close() should either be compatible with SessionHandlerInterface::close(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice "
    #code : 0 
    #file : "/home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php "
    #line : 49 
    #severity : E_DEPRECATED 
    trace : {
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:49  {
        Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool  …
        ›  */ 
        › public function close() 
        › { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:17  {
        class_exists(string $class, bool $autoload = true): bool   …
        ›  */ 
        › class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface 
        › { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:23  {
        include_once   …
        › class_exists(StrictSessionHandler::class); 
        › class_exists(SessionHandlerProxy::class); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234  {
        ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getSession_Storage_NativeService()  …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php'; 
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php'; 
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php'; 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Container.php:450  {
        Symfony\Component\DependencyInjection \ Container->getService($registry, string $id, ?string $method, $load)  …
        › if (false !== $registry) { 
        ›     return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}(); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:40  {
        Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id)  …
        › { 
        ›     return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43  {
        Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface  …
        › if ($this->container->has('session_storage') 
        ›     && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage 
        ›     && ($masterRequest = $this->container->get('request_stack')->getMasterRequest()) 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61  {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure}  …
        › } elseif (method_exists($request, 'setSessionFactory')) { 
        ›     $request->setSessionFactory(function () { return $this->getSession(); }); 
        › } elseif ($session = $this->getSession()) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Request.php:731  {
        Symfony\Component\HttpFoundation \ Request->getSession()  …
        › if (!$session instanceof SessionInterface && null !== $session) { 
        ›     $this->setSession($session = $session()); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:67  {
        Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response)  …
        › if ($request->hasSession()) { 
        ›     $session = $request->getSession(); 
        ›     if ($session->isStarted()) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Profiler/Profiler.php:178  {
        Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response)  …
        › 
        › $collector->collect($request, $response, $e); 
        › // we need to clone for sub-requests 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90  {
        Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(FilterResponseEvent $event)  …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) { 
        ›     return; 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
        Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
        › 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
            Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
        Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
        ›     } 
        ›     $listener($event, $eventName, $this); 
        › } 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          $eventName : "kernel.request "
          $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
        Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
        › if ($event instanceof Event) { 
        ›     $this->doDispatch($listeners, $eventName, $event); 
        › 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
        Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
        › if ($listeners) { 
        ›     $this->callListeners($listeners, $eventName, $event); 
        › } 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
        Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
        › try { 
        ›     $this->dispatcher->dispatch($event, $eventName); 
        › } finally { 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:191  {
        Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response  …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:179  {
        Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response  …
        › 
        ›     return $this->filterResponse($response, $request, $type); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:80  {
        Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › try { 
        ›     return $this->handleRaw($request, $type); 
        › } catch (\Exception $e) { 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
          $type : 1 
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60  {
        Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null)  …
        › try { 
        ›     $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); 
        › } catch (\Exception $e) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
        Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
        › 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
            Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
        Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
        ›     } 
        ›     $listener($event, $eventName, $this); 
        › } 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          $eventName : "kernel.request "
          $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
        Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
        › if ($event instanceof Event) { 
        ›     $this->doDispatch($listeners, $eventName, $event); 
        › 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
        Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
        › if ($listeners) { 
        ›     $this->callListeners($listeners, $eventName, $event); 
        › } 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
        Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
        › try { 
        ›     $this->dispatcher->dispatch($event, $eventName); 
        › } finally { 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:219  {
        Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
        › $event = new ExceptionEvent($this, $request, $type, $e); 
        › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
        Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › 
        ›     return $this->handleThrowable($e, $request, $type); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
        Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › try { 
        ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
        › } finally { 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
          $type : 1 
          $catch : true 
         }
       }
      /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
        › $request = Request::createFromGlobals(); 
        › $response = $kernel->handle($request); 
        › $response->send(); 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
         }
       }
     }
   }
 ] 
         
                    
                {
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:49  {
    Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool  …
    ›  */ 
    › public function close() 
    › { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:17  {
    class_exists(string $class, bool $autoload = true): bool   …
    ›  */ 
    › class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface 
    › { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:23  {
    include_once   …
    › class_exists(StrictSessionHandler::class); 
    › class_exists(SessionHandlerProxy::class); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234  {
    ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getSession_Storage_NativeService()  …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php'; 
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php'; 
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php'; 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Container.php:450  {
    Symfony\Component\DependencyInjection \ Container->getService($registry, string $id, ?string $method, $load)  …
    › if (false !== $registry) { 
    ›     return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}(); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:40  {
    Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id)  …
    › { 
    ›     return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43  {
    Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface  …
    › if ($this->container->has('session_storage') 
    ›     && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage 
    ›     && ($masterRequest = $this->container->get('request_stack')->getMasterRequest()) 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61  {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure}  …
    › } elseif (method_exists($request, 'setSessionFactory')) { 
    ›     $request->setSessionFactory(function () { return $this->getSession(); }); 
    › } elseif ($session = $this->getSession()) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Request.php:731  {
    Symfony\Component\HttpFoundation \ Request->getSession()  …
    › if (!$session instanceof SessionInterface && null !== $session) { 
    ›     $this->setSession($session = $session()); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:67  {
    Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response)  …
    › if ($request->hasSession()) { 
    ›     $session = $request->getSession(); 
    ›     if ($session->isStarted()) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Profiler/Profiler.php:178  {
    Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response)  …
    › 
    › $collector->collect($request, $response, $e); 
    › // we need to clone for sub-requests 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90  {
    Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(FilterResponseEvent $event)  …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) { 
    ›     return; 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
    Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
    › 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
        Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
    Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
    ›     } 
    ›     $listener($event, $eventName, $this); 
    › } 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      $eventName : "kernel.request "
      $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
    Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
    › if ($event instanceof Event) { 
    ›     $this->doDispatch($listeners, $eventName, $event); 
    › 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
    Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
    › if ($listeners) { 
    ›     $this->callListeners($listeners, $eventName, $event); 
    › } 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
    Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
    › try { 
    ›     $this->dispatcher->dispatch($event, $eventName); 
    › } finally { 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:191  {
    Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response  …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:179  {
    Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response  …
    › 
    ›     return $this->filterResponse($response, $request, $type); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:80  {
    Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › try { 
    ›     return $this->handleRaw($request, $type); 
    › } catch (\Exception $e) { 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
      $type : 1 
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60  {
    Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null)  …
    › try { 
    ›     $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); 
    › } catch (\Exception $e) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
    Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
    › 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
        Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
    Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
    ›     } 
    ›     $listener($event, $eventName, $this); 
    › } 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      $eventName : "kernel.request "
      $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
    Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
    › if ($event instanceof Event) { 
    ›     $this->doDispatch($listeners, $eventName, $event); 
    › 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
    Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
    › if ($listeners) { 
    ›     $this->callListeners($listeners, $eventName, $event); 
    › } 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
    Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
    › try { 
    ›     $this->dispatcher->dispatch($event, $eventName); 
    › } finally { 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:219  {
    Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
    › $event = new ExceptionEvent($this, $request, $type, $e); 
    › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
    Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › 
    ›     return $this->handleThrowable($e, $request, $type); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
    Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › try { 
    ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
    › } finally { 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
      $type : 1 
      $catch : true 
     }
   }
  /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
    › $request = Request::createFromGlobals(); 
    › $response = $kernel->handle($request); 
    › $response->send(); 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
     }
   }
 } 
             
             
                 
                                            
                    
                                                20:23:44 
                     
                                            
                            php                                                     
                    
                            
            Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::read($sessionId) should either be compatible with SessionHandlerInterface::read(string $id): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice 
        
        
            [
  "exception " => ErrorException  {#824 
    #message : "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::read($sessionId) should either be compatible with SessionHandlerInterface::read(string $id): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice "
    #code : 0 
    #file : "/home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php "
    #line : 57 
    #severity : E_DEPRECATED 
    trace : {
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:57  {
        Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool  …
        ›  */ 
        › public function read($sessionId) 
        › { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:17  {
        class_exists(string $class, bool $autoload = true): bool   …
        ›  */ 
        › class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface 
        › { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:23  {
        include_once   …
        › class_exists(StrictSessionHandler::class); 
        › class_exists(SessionHandlerProxy::class); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234  {
        ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getSession_Storage_NativeService()  …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php'; 
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php'; 
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php'; 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Container.php:450  {
        Symfony\Component\DependencyInjection \ Container->getService($registry, string $id, ?string $method, $load)  …
        › if (false !== $registry) { 
        ›     return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}(); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:40  {
        Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id)  …
        › { 
        ›     return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43  {
        Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface  …
        › if ($this->container->has('session_storage') 
        ›     && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage 
        ›     && ($masterRequest = $this->container->get('request_stack')->getMasterRequest()) 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61  {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure}  …
        › } elseif (method_exists($request, 'setSessionFactory')) { 
        ›     $request->setSessionFactory(function () { return $this->getSession(); }); 
        › } elseif ($session = $this->getSession()) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Request.php:731  {
        Symfony\Component\HttpFoundation \ Request->getSession()  …
        › if (!$session instanceof SessionInterface && null !== $session) { 
        ›     $this->setSession($session = $session()); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:67  {
        Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response)  …
        › if ($request->hasSession()) { 
        ›     $session = $request->getSession(); 
        ›     if ($session->isStarted()) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Profiler/Profiler.php:178  {
        Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response)  …
        › 
        › $collector->collect($request, $response, $e); 
        › // we need to clone for sub-requests 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90  {
        Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(FilterResponseEvent $event)  …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) { 
        ›     return; 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
        Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
        › 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
            Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
        Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
        ›     } 
        ›     $listener($event, $eventName, $this); 
        › } 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          $eventName : "kernel.request "
          $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
        Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
        › if ($event instanceof Event) { 
        ›     $this->doDispatch($listeners, $eventName, $event); 
        › 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
        Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
        › if ($listeners) { 
        ›     $this->callListeners($listeners, $eventName, $event); 
        › } 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
        Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
        › try { 
        ›     $this->dispatcher->dispatch($event, $eventName); 
        › } finally { 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:191  {
        Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response  …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:179  {
        Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response  …
        › 
        ›     return $this->filterResponse($response, $request, $type); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:80  {
        Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › try { 
        ›     return $this->handleRaw($request, $type); 
        › } catch (\Exception $e) { 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
          $type : 1 
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60  {
        Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null)  …
        › try { 
        ›     $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); 
        › } catch (\Exception $e) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
        Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
        › 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
            Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
        Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
        ›     } 
        ›     $listener($event, $eventName, $this); 
        › } 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          $eventName : "kernel.request "
          $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
        Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
        › if ($event instanceof Event) { 
        ›     $this->doDispatch($listeners, $eventName, $event); 
        › 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
        Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
        › if ($listeners) { 
        ›     $this->callListeners($listeners, $eventName, $event); 
        › } 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
        Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
        › try { 
        ›     $this->dispatcher->dispatch($event, $eventName); 
        › } finally { 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:219  {
        Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
        › $event = new ExceptionEvent($this, $request, $type, $e); 
        › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
        Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › 
        ›     return $this->handleThrowable($e, $request, $type); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
        Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › try { 
        ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
        › } finally { 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
          $type : 1 
          $catch : true 
         }
       }
      /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
        › $request = Request::createFromGlobals(); 
        › $response = $kernel->handle($request); 
        › $response->send(); 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
         }
       }
     }
   }
 ] 
         
                    
                {
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:57  {
    Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool  …
    ›  */ 
    › public function read($sessionId) 
    › { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:17  {
    class_exists(string $class, bool $autoload = true): bool   …
    ›  */ 
    › class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface 
    › { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:23  {
    include_once   …
    › class_exists(StrictSessionHandler::class); 
    › class_exists(SessionHandlerProxy::class); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234  {
    ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getSession_Storage_NativeService()  …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php'; 
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php'; 
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php'; 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Container.php:450  {
    Symfony\Component\DependencyInjection \ Container->getService($registry, string $id, ?string $method, $load)  …
    › if (false !== $registry) { 
    ›     return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}(); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:40  {
    Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id)  …
    › { 
    ›     return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43  {
    Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface  …
    › if ($this->container->has('session_storage') 
    ›     && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage 
    ›     && ($masterRequest = $this->container->get('request_stack')->getMasterRequest()) 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61  {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure}  …
    › } elseif (method_exists($request, 'setSessionFactory')) { 
    ›     $request->setSessionFactory(function () { return $this->getSession(); }); 
    › } elseif ($session = $this->getSession()) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Request.php:731  {
    Symfony\Component\HttpFoundation \ Request->getSession()  …
    › if (!$session instanceof SessionInterface && null !== $session) { 
    ›     $this->setSession($session = $session()); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:67  {
    Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response)  …
    › if ($request->hasSession()) { 
    ›     $session = $request->getSession(); 
    ›     if ($session->isStarted()) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Profiler/Profiler.php:178  {
    Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response)  …
    › 
    › $collector->collect($request, $response, $e); 
    › // we need to clone for sub-requests 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90  {
    Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(FilterResponseEvent $event)  …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) { 
    ›     return; 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
    Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
    › 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
        Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
    Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
    ›     } 
    ›     $listener($event, $eventName, $this); 
    › } 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      $eventName : "kernel.request "
      $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
    Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
    › if ($event instanceof Event) { 
    ›     $this->doDispatch($listeners, $eventName, $event); 
    › 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
    Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
    › if ($listeners) { 
    ›     $this->callListeners($listeners, $eventName, $event); 
    › } 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
    Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
    › try { 
    ›     $this->dispatcher->dispatch($event, $eventName); 
    › } finally { 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:191  {
    Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response  …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:179  {
    Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response  …
    › 
    ›     return $this->filterResponse($response, $request, $type); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:80  {
    Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › try { 
    ›     return $this->handleRaw($request, $type); 
    › } catch (\Exception $e) { 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
      $type : 1 
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60  {
    Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null)  …
    › try { 
    ›     $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); 
    › } catch (\Exception $e) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
    Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
    › 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
        Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
    Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
    ›     } 
    ›     $listener($event, $eventName, $this); 
    › } 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      $eventName : "kernel.request "
      $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
    Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
    › if ($event instanceof Event) { 
    ›     $this->doDispatch($listeners, $eventName, $event); 
    › 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
    Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
    › if ($listeners) { 
    ›     $this->callListeners($listeners, $eventName, $event); 
    › } 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
    Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
    › try { 
    ›     $this->dispatcher->dispatch($event, $eventName); 
    › } finally { 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:219  {
    Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
    › $event = new ExceptionEvent($this, $request, $type, $e); 
    › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
    Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › 
    ›     return $this->handleThrowable($e, $request, $type); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
    Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › try { 
    ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
    › } finally { 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
      $type : 1 
      $catch : true 
     }
   }
  /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
    › $request = Request::createFromGlobals(); 
    › $response = $kernel->handle($request); 
    › $response->send(); 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
     }
   }
 } 
             
             
                 
                                            
                    
                                                20:23:44 
                     
                                            
                            php                                                     
                    
                            
            Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::write($sessionId, $data) should either be compatible with SessionHandlerInterface::write(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice 
        
        
            [
  "exception " => ErrorException  {#825 
    #message : "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::write($sessionId, $data) should either be compatible with SessionHandlerInterface::write(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice "
    #code : 0 
    #file : "/home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php "
    #line : 65 
    #severity : E_DEPRECATED 
    trace : {
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:65  {
        Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool  …
        ›  */ 
        › public function write($sessionId, $data) 
        › { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:17  {
        class_exists(string $class, bool $autoload = true): bool   …
        ›  */ 
        › class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface 
        › { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:23  {
        include_once   …
        › class_exists(StrictSessionHandler::class); 
        › class_exists(SessionHandlerProxy::class); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234  {
        ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getSession_Storage_NativeService()  …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php'; 
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php'; 
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php'; 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Container.php:450  {
        Symfony\Component\DependencyInjection \ Container->getService($registry, string $id, ?string $method, $load)  …
        › if (false !== $registry) { 
        ›     return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}(); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:40  {
        Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id)  …
        › { 
        ›     return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43  {
        Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface  …
        › if ($this->container->has('session_storage') 
        ›     && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage 
        ›     && ($masterRequest = $this->container->get('request_stack')->getMasterRequest()) 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61  {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure}  …
        › } elseif (method_exists($request, 'setSessionFactory')) { 
        ›     $request->setSessionFactory(function () { return $this->getSession(); }); 
        › } elseif ($session = $this->getSession()) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Request.php:731  {
        Symfony\Component\HttpFoundation \ Request->getSession()  …
        › if (!$session instanceof SessionInterface && null !== $session) { 
        ›     $this->setSession($session = $session()); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:67  {
        Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response)  …
        › if ($request->hasSession()) { 
        ›     $session = $request->getSession(); 
        ›     if ($session->isStarted()) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Profiler/Profiler.php:178  {
        Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response)  …
        › 
        › $collector->collect($request, $response, $e); 
        › // we need to clone for sub-requests 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90  {
        Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(FilterResponseEvent $event)  …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) { 
        ›     return; 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
        Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
        › 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
            Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
        Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
        ›     } 
        ›     $listener($event, $eventName, $this); 
        › } 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          $eventName : "kernel.request "
          $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
        Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
        › if ($event instanceof Event) { 
        ›     $this->doDispatch($listeners, $eventName, $event); 
        › 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
        Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
        › if ($listeners) { 
        ›     $this->callListeners($listeners, $eventName, $event); 
        › } 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
        Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
        › try { 
        ›     $this->dispatcher->dispatch($event, $eventName); 
        › } finally { 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:191  {
        Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response  …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:179  {
        Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response  …
        › 
        ›     return $this->filterResponse($response, $request, $type); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:80  {
        Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › try { 
        ›     return $this->handleRaw($request, $type); 
        › } catch (\Exception $e) { 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
          $type : 1 
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60  {
        Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null)  …
        › try { 
        ›     $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); 
        › } catch (\Exception $e) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
        Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
        › 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
            Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
        Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
        ›     } 
        ›     $listener($event, $eventName, $this); 
        › } 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          $eventName : "kernel.request "
          $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
        Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
        › if ($event instanceof Event) { 
        ›     $this->doDispatch($listeners, $eventName, $event); 
        › 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
        Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
        › if ($listeners) { 
        ›     $this->callListeners($listeners, $eventName, $event); 
        › } 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
        Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
        › try { 
        ›     $this->dispatcher->dispatch($event, $eventName); 
        › } finally { 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:219  {
        Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
        › $event = new ExceptionEvent($this, $request, $type, $e); 
        › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
        Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › 
        ›     return $this->handleThrowable($e, $request, $type); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
        Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › try { 
        ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
        › } finally { 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
          $type : 1 
          $catch : true 
         }
       }
      /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
        › $request = Request::createFromGlobals(); 
        › $response = $kernel->handle($request); 
        › $response->send(); 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
         }
       }
     }
   }
 ] 
         
                    
                {
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:65  {
    Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool  …
    ›  */ 
    › public function write($sessionId, $data) 
    › { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:17  {
    class_exists(string $class, bool $autoload = true): bool   …
    ›  */ 
    › class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface 
    › { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:23  {
    include_once   …
    › class_exists(StrictSessionHandler::class); 
    › class_exists(SessionHandlerProxy::class); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234  {
    ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getSession_Storage_NativeService()  …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php'; 
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php'; 
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php'; 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Container.php:450  {
    Symfony\Component\DependencyInjection \ Container->getService($registry, string $id, ?string $method, $load)  …
    › if (false !== $registry) { 
    ›     return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}(); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:40  {
    Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id)  …
    › { 
    ›     return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43  {
    Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface  …
    › if ($this->container->has('session_storage') 
    ›     && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage 
    ›     && ($masterRequest = $this->container->get('request_stack')->getMasterRequest()) 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61  {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure}  …
    › } elseif (method_exists($request, 'setSessionFactory')) { 
    ›     $request->setSessionFactory(function () { return $this->getSession(); }); 
    › } elseif ($session = $this->getSession()) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Request.php:731  {
    Symfony\Component\HttpFoundation \ Request->getSession()  …
    › if (!$session instanceof SessionInterface && null !== $session) { 
    ›     $this->setSession($session = $session()); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:67  {
    Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response)  …
    › if ($request->hasSession()) { 
    ›     $session = $request->getSession(); 
    ›     if ($session->isStarted()) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Profiler/Profiler.php:178  {
    Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response)  …
    › 
    › $collector->collect($request, $response, $e); 
    › // we need to clone for sub-requests 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90  {
    Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(FilterResponseEvent $event)  …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) { 
    ›     return; 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
    Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
    › 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
        Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
    Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
    ›     } 
    ›     $listener($event, $eventName, $this); 
    › } 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      $eventName : "kernel.request "
      $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
    Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
    › if ($event instanceof Event) { 
    ›     $this->doDispatch($listeners, $eventName, $event); 
    › 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
    Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
    › if ($listeners) { 
    ›     $this->callListeners($listeners, $eventName, $event); 
    › } 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
    Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
    › try { 
    ›     $this->dispatcher->dispatch($event, $eventName); 
    › } finally { 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:191  {
    Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response  …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:179  {
    Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response  …
    › 
    ›     return $this->filterResponse($response, $request, $type); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:80  {
    Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › try { 
    ›     return $this->handleRaw($request, $type); 
    › } catch (\Exception $e) { 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
      $type : 1 
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60  {
    Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null)  …
    › try { 
    ›     $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); 
    › } catch (\Exception $e) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
    Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
    › 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
        Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
    Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
    ›     } 
    ›     $listener($event, $eventName, $this); 
    › } 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      $eventName : "kernel.request "
      $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
    Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
    › if ($event instanceof Event) { 
    ›     $this->doDispatch($listeners, $eventName, $event); 
    › 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
    Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
    › if ($listeners) { 
    ›     $this->callListeners($listeners, $eventName, $event); 
    › } 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
    Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
    › try { 
    ›     $this->dispatcher->dispatch($event, $eventName); 
    › } finally { 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:219  {
    Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
    › $event = new ExceptionEvent($this, $request, $type, $e); 
    › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
    Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › 
    ›     return $this->handleThrowable($e, $request, $type); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
    Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › try { 
    ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
    › } finally { 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
      $type : 1 
      $catch : true 
     }
   }
  /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
    › $request = Request::createFromGlobals(); 
    › $response = $kernel->handle($request); 
    › $response->send(); 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
     }
   }
 } 
             
             
                 
                                            
                    
                                                20:23:44 
                     
                                            
                            php                                                     
                    
                            
            Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::destroy($sessionId) should either be compatible with SessionHandlerInterface::destroy(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice 
        
        
            [
  "exception " => ErrorException  {#821 
    #message : "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::destroy($sessionId) should either be compatible with SessionHandlerInterface::destroy(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice "
    #code : 0 
    #file : "/home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php "
    #line : 73 
    #severity : E_DEPRECATED 
    trace : {
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:73  {
        Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool  …
        ›  */ 
        › public function destroy($sessionId) 
        › { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:17  {
        class_exists(string $class, bool $autoload = true): bool   …
        ›  */ 
        › class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface 
        › { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:23  {
        include_once   …
        › class_exists(StrictSessionHandler::class); 
        › class_exists(SessionHandlerProxy::class); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234  {
        ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getSession_Storage_NativeService()  …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php'; 
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php'; 
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php'; 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Container.php:450  {
        Symfony\Component\DependencyInjection \ Container->getService($registry, string $id, ?string $method, $load)  …
        › if (false !== $registry) { 
        ›     return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}(); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:40  {
        Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id)  …
        › { 
        ›     return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43  {
        Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface  …
        › if ($this->container->has('session_storage') 
        ›     && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage 
        ›     && ($masterRequest = $this->container->get('request_stack')->getMasterRequest()) 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61  {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure}  …
        › } elseif (method_exists($request, 'setSessionFactory')) { 
        ›     $request->setSessionFactory(function () { return $this->getSession(); }); 
        › } elseif ($session = $this->getSession()) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Request.php:731  {
        Symfony\Component\HttpFoundation \ Request->getSession()  …
        › if (!$session instanceof SessionInterface && null !== $session) { 
        ›     $this->setSession($session = $session()); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:67  {
        Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response)  …
        › if ($request->hasSession()) { 
        ›     $session = $request->getSession(); 
        ›     if ($session->isStarted()) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Profiler/Profiler.php:178  {
        Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response)  …
        › 
        › $collector->collect($request, $response, $e); 
        › // we need to clone for sub-requests 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90  {
        Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(FilterResponseEvent $event)  …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) { 
        ›     return; 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
        Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
        › 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
            Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
        Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
        ›     } 
        ›     $listener($event, $eventName, $this); 
        › } 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          $eventName : "kernel.request "
          $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
        Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
        › if ($event instanceof Event) { 
        ›     $this->doDispatch($listeners, $eventName, $event); 
        › 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
        Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
        › if ($listeners) { 
        ›     $this->callListeners($listeners, $eventName, $event); 
        › } 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
        Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
        › try { 
        ›     $this->dispatcher->dispatch($event, $eventName); 
        › } finally { 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:191  {
        Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response  …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:179  {
        Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response  …
        › 
        ›     return $this->filterResponse($response, $request, $type); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:80  {
        Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › try { 
        ›     return $this->handleRaw($request, $type); 
        › } catch (\Exception $e) { 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
          $type : 1 
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60  {
        Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null)  …
        › try { 
        ›     $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); 
        › } catch (\Exception $e) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
        Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
        › 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
            Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
        Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
        ›     } 
        ›     $listener($event, $eventName, $this); 
        › } 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          $eventName : "kernel.request "
          $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
        Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
        › if ($event instanceof Event) { 
        ›     $this->doDispatch($listeners, $eventName, $event); 
        › 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
        Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
        › if ($listeners) { 
        ›     $this->callListeners($listeners, $eventName, $event); 
        › } 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
        Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
        › try { 
        ›     $this->dispatcher->dispatch($event, $eventName); 
        › } finally { 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:219  {
        Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
        › $event = new ExceptionEvent($this, $request, $type, $e); 
        › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
        Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › 
        ›     return $this->handleThrowable($e, $request, $type); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
        Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › try { 
        ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
        › } finally { 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
          $type : 1 
          $catch : true 
         }
       }
      /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
        › $request = Request::createFromGlobals(); 
        › $response = $kernel->handle($request); 
        › $response->send(); 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
         }
       }
     }
   }
 ] 
         
                    
                {
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:73  {
    Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool  …
    ›  */ 
    › public function destroy($sessionId) 
    › { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:17  {
    class_exists(string $class, bool $autoload = true): bool   …
    ›  */ 
    › class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface 
    › { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:23  {
    include_once   …
    › class_exists(StrictSessionHandler::class); 
    › class_exists(SessionHandlerProxy::class); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234  {
    ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getSession_Storage_NativeService()  …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php'; 
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php'; 
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php'; 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Container.php:450  {
    Symfony\Component\DependencyInjection \ Container->getService($registry, string $id, ?string $method, $load)  …
    › if (false !== $registry) { 
    ›     return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}(); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:40  {
    Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id)  …
    › { 
    ›     return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43  {
    Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface  …
    › if ($this->container->has('session_storage') 
    ›     && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage 
    ›     && ($masterRequest = $this->container->get('request_stack')->getMasterRequest()) 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61  {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure}  …
    › } elseif (method_exists($request, 'setSessionFactory')) { 
    ›     $request->setSessionFactory(function () { return $this->getSession(); }); 
    › } elseif ($session = $this->getSession()) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Request.php:731  {
    Symfony\Component\HttpFoundation \ Request->getSession()  …
    › if (!$session instanceof SessionInterface && null !== $session) { 
    ›     $this->setSession($session = $session()); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:67  {
    Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response)  …
    › if ($request->hasSession()) { 
    ›     $session = $request->getSession(); 
    ›     if ($session->isStarted()) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Profiler/Profiler.php:178  {
    Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response)  …
    › 
    › $collector->collect($request, $response, $e); 
    › // we need to clone for sub-requests 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90  {
    Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(FilterResponseEvent $event)  …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) { 
    ›     return; 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
    Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
    › 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
        Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
    Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
    ›     } 
    ›     $listener($event, $eventName, $this); 
    › } 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      $eventName : "kernel.request "
      $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
    Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
    › if ($event instanceof Event) { 
    ›     $this->doDispatch($listeners, $eventName, $event); 
    › 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
    Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
    › if ($listeners) { 
    ›     $this->callListeners($listeners, $eventName, $event); 
    › } 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
    Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
    › try { 
    ›     $this->dispatcher->dispatch($event, $eventName); 
    › } finally { 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:191  {
    Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response  …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:179  {
    Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response  …
    › 
    ›     return $this->filterResponse($response, $request, $type); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:80  {
    Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › try { 
    ›     return $this->handleRaw($request, $type); 
    › } catch (\Exception $e) { 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
      $type : 1 
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60  {
    Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null)  …
    › try { 
    ›     $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); 
    › } catch (\Exception $e) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
    Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
    › 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
        Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
    Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
    ›     } 
    ›     $listener($event, $eventName, $this); 
    › } 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      $eventName : "kernel.request "
      $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
    Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
    › if ($event instanceof Event) { 
    ›     $this->doDispatch($listeners, $eventName, $event); 
    › 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
    Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
    › if ($listeners) { 
    ›     $this->callListeners($listeners, $eventName, $event); 
    › } 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
    Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
    › try { 
    ›     $this->dispatcher->dispatch($event, $eventName); 
    › } finally { 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:219  {
    Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
    › $event = new ExceptionEvent($this, $request, $type, $e); 
    › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
    Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › 
    ›     return $this->handleThrowable($e, $request, $type); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
    Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › try { 
    ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
    › } finally { 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
      $type : 1 
      $catch : true 
     }
   }
  /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
    › $request = Request::createFromGlobals(); 
    › $response = $kernel->handle($request); 
    › $response->send(); 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
     }
   }
 } 
             
             
                 
                                            
                    
                                                20:23:44 
                     
                                            
                            php                                                     
                    
                            
            Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::gc($maxlifetime) should either be compatible with SessionHandlerInterface::gc(int $max_lifetime): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice 
        
        
            [
  "exception " => ErrorException  {#820 
    #message : "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::gc($maxlifetime) should either be compatible with SessionHandlerInterface::gc(int $max_lifetime): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice "
    #code : 0 
    #file : "/home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php "
    #line : 81 
    #severity : E_DEPRECATED 
    trace : {
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:81  {
        Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool  …
        ›  */ 
        › public function gc($maxlifetime) 
        › { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:17  {
        class_exists(string $class, bool $autoload = true): bool   …
        ›  */ 
        › class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface 
        › { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:23  {
        include_once   …
        › class_exists(StrictSessionHandler::class); 
        › class_exists(SessionHandlerProxy::class); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234  {
        ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getSession_Storage_NativeService()  …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php'; 
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php'; 
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php'; 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Container.php:450  {
        Symfony\Component\DependencyInjection \ Container->getService($registry, string $id, ?string $method, $load)  …
        › if (false !== $registry) { 
        ›     return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}(); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:40  {
        Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id)  …
        › { 
        ›     return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43  {
        Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface  …
        › if ($this->container->has('session_storage') 
        ›     && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage 
        ›     && ($masterRequest = $this->container->get('request_stack')->getMasterRequest()) 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61  {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure}  …
        › } elseif (method_exists($request, 'setSessionFactory')) { 
        ›     $request->setSessionFactory(function () { return $this->getSession(); }); 
        › } elseif ($session = $this->getSession()) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Request.php:731  {
        Symfony\Component\HttpFoundation \ Request->getSession()  …
        › if (!$session instanceof SessionInterface && null !== $session) { 
        ›     $this->setSession($session = $session()); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:67  {
        Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response)  …
        › if ($request->hasSession()) { 
        ›     $session = $request->getSession(); 
        ›     if ($session->isStarted()) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Profiler/Profiler.php:178  {
        Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response)  …
        › 
        › $collector->collect($request, $response, $e); 
        › // we need to clone for sub-requests 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90  {
        Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(FilterResponseEvent $event)  …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) { 
        ›     return; 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
        Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
        › 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
            Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
        Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
        ›     } 
        ›     $listener($event, $eventName, $this); 
        › } 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          $eventName : "kernel.request "
          $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
        Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
        › if ($event instanceof Event) { 
        ›     $this->doDispatch($listeners, $eventName, $event); 
        › 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
        Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
        › if ($listeners) { 
        ›     $this->callListeners($listeners, $eventName, $event); 
        › } 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
        Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
        › try { 
        ›     $this->dispatcher->dispatch($event, $eventName); 
        › } finally { 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:191  {
        Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response  …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:179  {
        Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response  …
        › 
        ›     return $this->filterResponse($response, $request, $type); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:80  {
        Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › try { 
        ›     return $this->handleRaw($request, $type); 
        › } catch (\Exception $e) { 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
          $type : 1 
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60  {
        Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null)  …
        › try { 
        ›     $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); 
        › } catch (\Exception $e) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
        Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
        › 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
            Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
        Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
        ›     } 
        ›     $listener($event, $eventName, $this); 
        › } 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          $eventName : "kernel.request "
          $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
        Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
        › if ($event instanceof Event) { 
        ›     $this->doDispatch($listeners, $eventName, $event); 
        › 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
        Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
        › if ($listeners) { 
        ›     $this->callListeners($listeners, $eventName, $event); 
        › } 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
        Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
        › try { 
        ›     $this->dispatcher->dispatch($event, $eventName); 
        › } finally { 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:219  {
        Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
        › $event = new ExceptionEvent($this, $request, $type, $e); 
        › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
        Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › 
        ›     return $this->handleThrowable($e, $request, $type); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
        Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › try { 
        ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
        › } finally { 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
          $type : 1 
          $catch : true 
         }
       }
      /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
        › $request = Request::createFromGlobals(); 
        › $response = $kernel->handle($request); 
        › $response->send(); 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
         }
       }
     }
   }
 ] 
         
                    
                {
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:81  {
    Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool  …
    ›  */ 
    › public function gc($maxlifetime) 
    › { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:17  {
    class_exists(string $class, bool $autoload = true): bool   …
    ›  */ 
    › class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface 
    › { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:23  {
    include_once   …
    › class_exists(StrictSessionHandler::class); 
    › class_exists(SessionHandlerProxy::class); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234  {
    ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getSession_Storage_NativeService()  …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php'; 
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php'; 
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php'; 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Container.php:450  {
    Symfony\Component\DependencyInjection \ Container->getService($registry, string $id, ?string $method, $load)  …
    › if (false !== $registry) { 
    ›     return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}(); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:40  {
    Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id)  …
    › { 
    ›     return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43  {
    Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface  …
    › if ($this->container->has('session_storage') 
    ›     && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage 
    ›     && ($masterRequest = $this->container->get('request_stack')->getMasterRequest()) 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61  {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure}  …
    › } elseif (method_exists($request, 'setSessionFactory')) { 
    ›     $request->setSessionFactory(function () { return $this->getSession(); }); 
    › } elseif ($session = $this->getSession()) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Request.php:731  {
    Symfony\Component\HttpFoundation \ Request->getSession()  …
    › if (!$session instanceof SessionInterface && null !== $session) { 
    ›     $this->setSession($session = $session()); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:67  {
    Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response)  …
    › if ($request->hasSession()) { 
    ›     $session = $request->getSession(); 
    ›     if ($session->isStarted()) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Profiler/Profiler.php:178  {
    Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response)  …
    › 
    › $collector->collect($request, $response, $e); 
    › // we need to clone for sub-requests 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90  {
    Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(FilterResponseEvent $event)  …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) { 
    ›     return; 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
    Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
    › 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
        Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
    Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
    ›     } 
    ›     $listener($event, $eventName, $this); 
    › } 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      $eventName : "kernel.request "
      $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
    Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
    › if ($event instanceof Event) { 
    ›     $this->doDispatch($listeners, $eventName, $event); 
    › 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
    Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
    › if ($listeners) { 
    ›     $this->callListeners($listeners, $eventName, $event); 
    › } 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
    Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
    › try { 
    ›     $this->dispatcher->dispatch($event, $eventName); 
    › } finally { 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:191  {
    Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response  …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:179  {
    Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response  …
    › 
    ›     return $this->filterResponse($response, $request, $type); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:80  {
    Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › try { 
    ›     return $this->handleRaw($request, $type); 
    › } catch (\Exception $e) { 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
      $type : 1 
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60  {
    Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null)  …
    › try { 
    ›     $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); 
    › } catch (\Exception $e) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
    Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
    › 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
        Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
    Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
    ›     } 
    ›     $listener($event, $eventName, $this); 
    › } 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      $eventName : "kernel.request "
      $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
    Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
    › if ($event instanceof Event) { 
    ›     $this->doDispatch($listeners, $eventName, $event); 
    › 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
    Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
    › if ($listeners) { 
    ›     $this->callListeners($listeners, $eventName, $event); 
    › } 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
    Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
    › try { 
    ›     $this->dispatcher->dispatch($event, $eventName); 
    › } finally { 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:219  {
    Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
    › $event = new ExceptionEvent($this, $request, $type, $e); 
    › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
    Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › 
    ›     return $this->handleThrowable($e, $request, $type); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
    Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › try { 
    ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
    › } finally { 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
      $type : 1 
      $catch : true 
     }
   }
  /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
    › $request = Request::createFromGlobals(); 
    › $response = $kernel->handle($request); 
    › $response->send(); 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
     }
   }
 } 
             
             
                 
                                            
                    
                                                20:23:44 
                     
                                            
                            php                                                     
                    
                            
            Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::validateId($sessionId) should either be compatible with SessionUpdateTimestampHandlerInterface::validateId(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice 
        
        
            [
  "exception " => ErrorException  {#819 
    #message : "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::validateId($sessionId) should either be compatible with SessionUpdateTimestampHandlerInterface::validateId(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice "
    #code : 0 
    #file : "/home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php "
    #line : 89 
    #severity : E_DEPRECATED 
    trace : {
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:89  {
        Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool  …
        ›  */ 
        › public function validateId($sessionId) 
        › { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:17  {
        class_exists(string $class, bool $autoload = true): bool   …
        ›  */ 
        › class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface 
        › { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:23  {
        include_once   …
        › class_exists(StrictSessionHandler::class); 
        › class_exists(SessionHandlerProxy::class); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234  {
        ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getSession_Storage_NativeService()  …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php'; 
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php'; 
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php'; 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Container.php:450  {
        Symfony\Component\DependencyInjection \ Container->getService($registry, string $id, ?string $method, $load)  …
        › if (false !== $registry) { 
        ›     return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}(); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:40  {
        Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id)  …
        › { 
        ›     return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43  {
        Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface  …
        › if ($this->container->has('session_storage') 
        ›     && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage 
        ›     && ($masterRequest = $this->container->get('request_stack')->getMasterRequest()) 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61  {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure}  …
        › } elseif (method_exists($request, 'setSessionFactory')) { 
        ›     $request->setSessionFactory(function () { return $this->getSession(); }); 
        › } elseif ($session = $this->getSession()) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Request.php:731  {
        Symfony\Component\HttpFoundation \ Request->getSession()  …
        › if (!$session instanceof SessionInterface && null !== $session) { 
        ›     $this->setSession($session = $session()); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:67  {
        Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response)  …
        › if ($request->hasSession()) { 
        ›     $session = $request->getSession(); 
        ›     if ($session->isStarted()) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Profiler/Profiler.php:178  {
        Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response)  …
        › 
        › $collector->collect($request, $response, $e); 
        › // we need to clone for sub-requests 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90  {
        Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(FilterResponseEvent $event)  …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) { 
        ›     return; 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
        Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
        › 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
            Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
        Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
        ›     } 
        ›     $listener($event, $eventName, $this); 
        › } 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          $eventName : "kernel.request "
          $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
        Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
        › if ($event instanceof Event) { 
        ›     $this->doDispatch($listeners, $eventName, $event); 
        › 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
        Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
        › if ($listeners) { 
        ›     $this->callListeners($listeners, $eventName, $event); 
        › } 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
        Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
        › try { 
        ›     $this->dispatcher->dispatch($event, $eventName); 
        › } finally { 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:191  {
        Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response  …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:179  {
        Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response  …
        › 
        ›     return $this->filterResponse($response, $request, $type); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:80  {
        Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › try { 
        ›     return $this->handleRaw($request, $type); 
        › } catch (\Exception $e) { 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
          $type : 1 
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60  {
        Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null)  …
        › try { 
        ›     $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); 
        › } catch (\Exception $e) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
        Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
        › 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
            Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
        Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
        ›     } 
        ›     $listener($event, $eventName, $this); 
        › } 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          $eventName : "kernel.request "
          $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
        Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
        › if ($event instanceof Event) { 
        ›     $this->doDispatch($listeners, $eventName, $event); 
        › 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
        Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
        › if ($listeners) { 
        ›     $this->callListeners($listeners, $eventName, $event); 
        › } 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
        Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
        › try { 
        ›     $this->dispatcher->dispatch($event, $eventName); 
        › } finally { 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:219  {
        Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
        › $event = new ExceptionEvent($this, $request, $type, $e); 
        › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
        Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › 
        ›     return $this->handleThrowable($e, $request, $type); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
        Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › try { 
        ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
        › } finally { 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
          $type : 1 
          $catch : true 
         }
       }
      /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
        › $request = Request::createFromGlobals(); 
        › $response = $kernel->handle($request); 
        › $response->send(); 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
         }
       }
     }
   }
 ] 
         
                    
                {
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:89  {
    Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool  …
    ›  */ 
    › public function validateId($sessionId) 
    › { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:17  {
    class_exists(string $class, bool $autoload = true): bool   …
    ›  */ 
    › class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface 
    › { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:23  {
    include_once   …
    › class_exists(StrictSessionHandler::class); 
    › class_exists(SessionHandlerProxy::class); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234  {
    ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getSession_Storage_NativeService()  …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php'; 
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php'; 
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php'; 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Container.php:450  {
    Symfony\Component\DependencyInjection \ Container->getService($registry, string $id, ?string $method, $load)  …
    › if (false !== $registry) { 
    ›     return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}(); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:40  {
    Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id)  …
    › { 
    ›     return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43  {
    Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface  …
    › if ($this->container->has('session_storage') 
    ›     && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage 
    ›     && ($masterRequest = $this->container->get('request_stack')->getMasterRequest()) 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61  {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure}  …
    › } elseif (method_exists($request, 'setSessionFactory')) { 
    ›     $request->setSessionFactory(function () { return $this->getSession(); }); 
    › } elseif ($session = $this->getSession()) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Request.php:731  {
    Symfony\Component\HttpFoundation \ Request->getSession()  …
    › if (!$session instanceof SessionInterface && null !== $session) { 
    ›     $this->setSession($session = $session()); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:67  {
    Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response)  …
    › if ($request->hasSession()) { 
    ›     $session = $request->getSession(); 
    ›     if ($session->isStarted()) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Profiler/Profiler.php:178  {
    Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response)  …
    › 
    › $collector->collect($request, $response, $e); 
    › // we need to clone for sub-requests 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90  {
    Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(FilterResponseEvent $event)  …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) { 
    ›     return; 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
    Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
    › 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
        Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
    Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
    ›     } 
    ›     $listener($event, $eventName, $this); 
    › } 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      $eventName : "kernel.request "
      $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
    Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
    › if ($event instanceof Event) { 
    ›     $this->doDispatch($listeners, $eventName, $event); 
    › 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
    Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
    › if ($listeners) { 
    ›     $this->callListeners($listeners, $eventName, $event); 
    › } 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
    Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
    › try { 
    ›     $this->dispatcher->dispatch($event, $eventName); 
    › } finally { 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:191  {
    Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response  …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:179  {
    Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response  …
    › 
    ›     return $this->filterResponse($response, $request, $type); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:80  {
    Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › try { 
    ›     return $this->handleRaw($request, $type); 
    › } catch (\Exception $e) { 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
      $type : 1 
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60  {
    Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null)  …
    › try { 
    ›     $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); 
    › } catch (\Exception $e) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
    Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
    › 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
        Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
    Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
    ›     } 
    ›     $listener($event, $eventName, $this); 
    › } 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      $eventName : "kernel.request "
      $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
    Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
    › if ($event instanceof Event) { 
    ›     $this->doDispatch($listeners, $eventName, $event); 
    › 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
    Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
    › if ($listeners) { 
    ›     $this->callListeners($listeners, $eventName, $event); 
    › } 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
    Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
    › try { 
    ›     $this->dispatcher->dispatch($event, $eventName); 
    › } finally { 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:219  {
    Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
    › $event = new ExceptionEvent($this, $request, $type, $e); 
    › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
    Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › 
    ›     return $this->handleThrowable($e, $request, $type); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
    Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › try { 
    ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
    › } finally { 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
      $type : 1 
      $catch : true 
     }
   }
  /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
    › $request = Request::createFromGlobals(); 
    › $response = $kernel->handle($request); 
    › $response->send(); 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
     }
   }
 } 
             
             
                 
                                            
                    
                                                20:23:44 
                     
                                            
                            php                                                     
                    
                            
            Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::updateTimestamp($sessionId, $data) should either be compatible with SessionUpdateTimestampHandlerInterface::updateTimestamp(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice 
        
        
            [
  "exception " => ErrorException  {#806 
    #message : "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::updateTimestamp($sessionId, $data) should either be compatible with SessionUpdateTimestampHandlerInterface::updateTimestamp(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice "
    #code : 0 
    #file : "/home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php "
    #line : 97 
    #severity : E_DEPRECATED 
    trace : {
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:97  {
        Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool  …
        ›  */ 
        › public function updateTimestamp($sessionId, $data) 
        › { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:17  {
        class_exists(string $class, bool $autoload = true): bool   …
        ›  */ 
        › class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface 
        › { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:23  {
        include_once   …
        › class_exists(StrictSessionHandler::class); 
        › class_exists(SessionHandlerProxy::class); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234  {
        ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getSession_Storage_NativeService()  …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php'; 
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php'; 
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php'; 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Container.php:450  {
        Symfony\Component\DependencyInjection \ Container->getService($registry, string $id, ?string $method, $load)  …
        › if (false !== $registry) { 
        ›     return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}(); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:40  {
        Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id)  …
        › { 
        ›     return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43  {
        Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface  …
        › if ($this->container->has('session_storage') 
        ›     && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage 
        ›     && ($masterRequest = $this->container->get('request_stack')->getMasterRequest()) 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61  {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure}  …
        › } elseif (method_exists($request, 'setSessionFactory')) { 
        ›     $request->setSessionFactory(function () { return $this->getSession(); }); 
        › } elseif ($session = $this->getSession()) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Request.php:731  {
        Symfony\Component\HttpFoundation \ Request->getSession()  …
        › if (!$session instanceof SessionInterface && null !== $session) { 
        ›     $this->setSession($session = $session()); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:67  {
        Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response)  …
        › if ($request->hasSession()) { 
        ›     $session = $request->getSession(); 
        ›     if ($session->isStarted()) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Profiler/Profiler.php:178  {
        Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response)  …
        › 
        › $collector->collect($request, $response, $e); 
        › // we need to clone for sub-requests 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90  {
        Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(FilterResponseEvent $event)  …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) { 
        ›     return; 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
        Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
        › 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
            Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
        Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
        ›     } 
        ›     $listener($event, $eventName, $this); 
        › } 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          $eventName : "kernel.request "
          $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
        Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
        › if ($event instanceof Event) { 
        ›     $this->doDispatch($listeners, $eventName, $event); 
        › 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
        Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
        › if ($listeners) { 
        ›     $this->callListeners($listeners, $eventName, $event); 
        › } 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
        Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
        › try { 
        ›     $this->dispatcher->dispatch($event, $eventName); 
        › } finally { 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:191  {
        Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response  …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:179  {
        Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response  …
        › 
        ›     return $this->filterResponse($response, $request, $type); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:80  {
        Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › try { 
        ›     return $this->handleRaw($request, $type); 
        › } catch (\Exception $e) { 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
          $type : 1 
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60  {
        Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null)  …
        › try { 
        ›     $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); 
        › } catch (\Exception $e) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
        Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
        › 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
            Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
        Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
        ›     } 
        ›     $listener($event, $eventName, $this); 
        › } 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          $eventName : "kernel.request "
          $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
        Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
        › if ($event instanceof Event) { 
        ›     $this->doDispatch($listeners, $eventName, $event); 
        › 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
        Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
        › if ($listeners) { 
        ›     $this->callListeners($listeners, $eventName, $event); 
        › } 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
        Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
        › try { 
        ›     $this->dispatcher->dispatch($event, $eventName); 
        › } finally { 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:219  {
        Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
        › $event = new ExceptionEvent($this, $request, $type, $e); 
        › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
        Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › 
        ›     return $this->handleThrowable($e, $request, $type); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
        Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › try { 
        ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
        › } finally { 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
          $type : 1 
          $catch : true 
         }
       }
      /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
        › $request = Request::createFromGlobals(); 
        › $response = $kernel->handle($request); 
        › $response->send(); 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
         }
       }
     }
   }
 ] 
         
                    
                {
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:97  {
    Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool  …
    ›  */ 
    › public function updateTimestamp($sessionId, $data) 
    › { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:17  {
    class_exists(string $class, bool $autoload = true): bool   …
    ›  */ 
    › class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface 
    › { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:23  {
    include_once   …
    › class_exists(StrictSessionHandler::class); 
    › class_exists(SessionHandlerProxy::class); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234  {
    ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getSession_Storage_NativeService()  …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php'; 
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php'; 
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php'; 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Container.php:450  {
    Symfony\Component\DependencyInjection \ Container->getService($registry, string $id, ?string $method, $load)  …
    › if (false !== $registry) { 
    ›     return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}(); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:40  {
    Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id)  …
    › { 
    ›     return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43  {
    Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface  …
    › if ($this->container->has('session_storage') 
    ›     && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage 
    ›     && ($masterRequest = $this->container->get('request_stack')->getMasterRequest()) 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61  {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure}  …
    › } elseif (method_exists($request, 'setSessionFactory')) { 
    ›     $request->setSessionFactory(function () { return $this->getSession(); }); 
    › } elseif ($session = $this->getSession()) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Request.php:731  {
    Symfony\Component\HttpFoundation \ Request->getSession()  …
    › if (!$session instanceof SessionInterface && null !== $session) { 
    ›     $this->setSession($session = $session()); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:67  {
    Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response)  …
    › if ($request->hasSession()) { 
    ›     $session = $request->getSession(); 
    ›     if ($session->isStarted()) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Profiler/Profiler.php:178  {
    Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response)  …
    › 
    › $collector->collect($request, $response, $e); 
    › // we need to clone for sub-requests 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90  {
    Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(FilterResponseEvent $event)  …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) { 
    ›     return; 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
    Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
    › 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
        Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
    Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
    ›     } 
    ›     $listener($event, $eventName, $this); 
    › } 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      $eventName : "kernel.request "
      $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
    Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
    › if ($event instanceof Event) { 
    ›     $this->doDispatch($listeners, $eventName, $event); 
    › 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
    Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
    › if ($listeners) { 
    ›     $this->callListeners($listeners, $eventName, $event); 
    › } 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
    Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
    › try { 
    ›     $this->dispatcher->dispatch($event, $eventName); 
    › } finally { 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:191  {
    Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response  …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:179  {
    Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response  …
    › 
    ›     return $this->filterResponse($response, $request, $type); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:80  {
    Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › try { 
    ›     return $this->handleRaw($request, $type); 
    › } catch (\Exception $e) { 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
      $type : 1 
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60  {
    Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null)  …
    › try { 
    ›     $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); 
    › } catch (\Exception $e) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
    Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
    › 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
        Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
    Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
    ›     } 
    ›     $listener($event, $eventName, $this); 
    › } 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      $eventName : "kernel.request "
      $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
    Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
    › if ($event instanceof Event) { 
    ›     $this->doDispatch($listeners, $eventName, $event); 
    › 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
    Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
    › if ($listeners) { 
    ›     $this->callListeners($listeners, $eventName, $event); 
    › } 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
    Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
    › try { 
    ›     $this->dispatcher->dispatch($event, $eventName); 
    › } finally { 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:219  {
    Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
    › $event = new ExceptionEvent($this, $request, $type, $e); 
    › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
    Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › 
    ›     return $this->handleThrowable($e, $request, $type); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
    Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › try { 
    ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
    › } finally { 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
      $type : 1 
      $catch : true 
     }
   }
  /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
    › $request = Request::createFromGlobals(); 
    › $response = $kernel->handle($request); 
    › $response->send(); 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
     }
   }
 } 
             
             
                 
                                            
                    
                                                20:23:44 
                     
                                            
                            php                                                     
                    
                            
            Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice 
        
        
            [
  "exception " => ErrorException  {#830 
    #message : "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice "
    #code : 0 
    #file : "/home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Attribute/AttributeBag.php "
    #line : 134 
    #severity : E_DEPRECATED 
    trace : {
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Attribute/AttributeBag.php:134  {
        Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool  …
        ›  */ 
        › public function getIterator() 
        › { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Attribute/AttributeBag.php:17  {
        class_exists(string $class, bool $autoload = true): bool   …
        ›  */ 
        › class AttributeBag implements AttributeBagInterface, \IteratorAggregate, \Countable 
        › { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Session.php:22  {
        include_once   …
        › // Help opcache.preload discover always-needed symbols 
        › class_exists(AttributeBag::class); 
        › class_exists(FlashBag::class); 
       }
      /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2221  {
        ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getSessionService()  …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php'; 
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php'; 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Container.php:450  {
        Symfony\Component\DependencyInjection \ Container->getService($registry, string $id, ?string $method, $load)  …
        › if (false !== $registry) { 
        ›     return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}(); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:40  {
        Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id)  …
        › { 
        ›     return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/SessionListener.php:50  {
        Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface  …
        › 
        ›     return $this->container->get('session'); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61  {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure}  …
        › } elseif (method_exists($request, 'setSessionFactory')) { 
        ›     $request->setSessionFactory(function () { return $this->getSession(); }); 
        › } elseif ($session = $this->getSession()) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Request.php:731  {
        Symfony\Component\HttpFoundation \ Request->getSession()  …
        › if (!$session instanceof SessionInterface && null !== $session) { 
        ›     $this->setSession($session = $session()); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:67  {
        Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response)  …
        › if ($request->hasSession()) { 
        ›     $session = $request->getSession(); 
        ›     if ($session->isStarted()) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Profiler/Profiler.php:178  {
        Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response)  …
        › 
        › $collector->collect($request, $response, $e); 
        › // we need to clone for sub-requests 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90  {
        Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(FilterResponseEvent $event)  …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) { 
        ›     return; 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
        Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
        › 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
            Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
        Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
        ›     } 
        ›     $listener($event, $eventName, $this); 
        › } 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          $eventName : "kernel.request "
          $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
        Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
        › if ($event instanceof Event) { 
        ›     $this->doDispatch($listeners, $eventName, $event); 
        › 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
        Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
        › if ($listeners) { 
        ›     $this->callListeners($listeners, $eventName, $event); 
        › } 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
        Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
        › try { 
        ›     $this->dispatcher->dispatch($event, $eventName); 
        › } finally { 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:191  {
        Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response  …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:179  {
        Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response  …
        › 
        ›     return $this->filterResponse($response, $request, $type); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:80  {
        Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › try { 
        ›     return $this->handleRaw($request, $type); 
        › } catch (\Exception $e) { 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
          $type : 1 
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60  {
        Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null)  …
        › try { 
        ›     $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); 
        › } catch (\Exception $e) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
        Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
        › 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
            Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
        Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
        ›     } 
        ›     $listener($event, $eventName, $this); 
        › } 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          $eventName : "kernel.request "
          $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
        Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
        › if ($event instanceof Event) { 
        ›     $this->doDispatch($listeners, $eventName, $event); 
        › 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
        Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
        › if ($listeners) { 
        ›     $this->callListeners($listeners, $eventName, $event); 
        › } 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
        Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
        › try { 
        ›     $this->dispatcher->dispatch($event, $eventName); 
        › } finally { 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:219  {
        Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
        › $event = new ExceptionEvent($this, $request, $type, $e); 
        › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
        Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › 
        ›     return $this->handleThrowable($e, $request, $type); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
        Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › try { 
        ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
        › } finally { 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
          $type : 1 
          $catch : true 
         }
       }
      /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
        › $request = Request::createFromGlobals(); 
        › $response = $kernel->handle($request); 
        › $response->send(); 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
         }
       }
     }
   }
 ] 
         
                    
                {
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Attribute/AttributeBag.php:134  {
    Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool  …
    ›  */ 
    › public function getIterator() 
    › { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Attribute/AttributeBag.php:17  {
    class_exists(string $class, bool $autoload = true): bool   …
    ›  */ 
    › class AttributeBag implements AttributeBagInterface, \IteratorAggregate, \Countable 
    › { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Session.php:22  {
    include_once   …
    › // Help opcache.preload discover always-needed symbols 
    › class_exists(AttributeBag::class); 
    › class_exists(FlashBag::class); 
   }
  /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2221  {
    ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getSessionService()  …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php'; 
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php'; 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Container.php:450  {
    Symfony\Component\DependencyInjection \ Container->getService($registry, string $id, ?string $method, $load)  …
    › if (false !== $registry) { 
    ›     return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}(); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:40  {
    Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id)  …
    › { 
    ›     return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/SessionListener.php:50  {
    Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface  …
    › 
    ›     return $this->container->get('session'); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61  {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure}  …
    › } elseif (method_exists($request, 'setSessionFactory')) { 
    ›     $request->setSessionFactory(function () { return $this->getSession(); }); 
    › } elseif ($session = $this->getSession()) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Request.php:731  {
    Symfony\Component\HttpFoundation \ Request->getSession()  …
    › if (!$session instanceof SessionInterface && null !== $session) { 
    ›     $this->setSession($session = $session()); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:67  {
    Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response)  …
    › if ($request->hasSession()) { 
    ›     $session = $request->getSession(); 
    ›     if ($session->isStarted()) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Profiler/Profiler.php:178  {
    Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response)  …
    › 
    › $collector->collect($request, $response, $e); 
    › // we need to clone for sub-requests 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90  {
    Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(FilterResponseEvent $event)  …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) { 
    ›     return; 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
    Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
    › 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
        Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
    Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
    ›     } 
    ›     $listener($event, $eventName, $this); 
    › } 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      $eventName : "kernel.request "
      $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
    Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
    › if ($event instanceof Event) { 
    ›     $this->doDispatch($listeners, $eventName, $event); 
    › 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
    Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
    › if ($listeners) { 
    ›     $this->callListeners($listeners, $eventName, $event); 
    › } 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
    Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
    › try { 
    ›     $this->dispatcher->dispatch($event, $eventName); 
    › } finally { 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:191  {
    Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response  …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:179  {
    Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response  …
    › 
    ›     return $this->filterResponse($response, $request, $type); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:80  {
    Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › try { 
    ›     return $this->handleRaw($request, $type); 
    › } catch (\Exception $e) { 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
      $type : 1 
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60  {
    Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null)  …
    › try { 
    ›     $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); 
    › } catch (\Exception $e) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
    Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
    › 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
        Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
    Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
    ›     } 
    ›     $listener($event, $eventName, $this); 
    › } 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      $eventName : "kernel.request "
      $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
    Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
    › if ($event instanceof Event) { 
    ›     $this->doDispatch($listeners, $eventName, $event); 
    › 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
    Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
    › if ($listeners) { 
    ›     $this->callListeners($listeners, $eventName, $event); 
    › } 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
    Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
    › try { 
    ›     $this->dispatcher->dispatch($event, $eventName); 
    › } finally { 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:219  {
    Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
    › $event = new ExceptionEvent($this, $request, $type, $e); 
    › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
    Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › 
    ›     return $this->handleThrowable($e, $request, $type); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
    Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › try { 
    ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
    › } finally { 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
      $type : 1 
      $catch : true 
     }
   }
  /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
    › $request = Request::createFromGlobals(); 
    › $response = $kernel->handle($request); 
    › $response->send(); 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
     }
   }
 } 
             
             
                 
                                            
                    
                                                20:23:44 
                     
                                            
                            php                                                     
                    
                            
            Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice 
        
        
            [
  "exception " => ErrorException  {#823 
    #message : "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice "
    #code : 0 
    #file : "/home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Attribute/AttributeBag.php "
    #line : 144 
    #severity : E_DEPRECATED 
    trace : {
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Attribute/AttributeBag.php:144  {
        Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool  …
        ›  */ 
        › public function count() 
        › { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Attribute/AttributeBag.php:17  {
        class_exists(string $class, bool $autoload = true): bool   …
        ›  */ 
        › class AttributeBag implements AttributeBagInterface, \IteratorAggregate, \Countable 
        › { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Session.php:22  {
        include_once   …
        › // Help opcache.preload discover always-needed symbols 
        › class_exists(AttributeBag::class); 
        › class_exists(FlashBag::class); 
       }
      /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2221  {
        ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getSessionService()  …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php'; 
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php'; 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Container.php:450  {
        Symfony\Component\DependencyInjection \ Container->getService($registry, string $id, ?string $method, $load)  …
        › if (false !== $registry) { 
        ›     return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}(); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:40  {
        Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id)  …
        › { 
        ›     return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/SessionListener.php:50  {
        Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface  …
        › 
        ›     return $this->container->get('session'); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61  {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure}  …
        › } elseif (method_exists($request, 'setSessionFactory')) { 
        ›     $request->setSessionFactory(function () { return $this->getSession(); }); 
        › } elseif ($session = $this->getSession()) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Request.php:731  {
        Symfony\Component\HttpFoundation \ Request->getSession()  …
        › if (!$session instanceof SessionInterface && null !== $session) { 
        ›     $this->setSession($session = $session()); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:67  {
        Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response)  …
        › if ($request->hasSession()) { 
        ›     $session = $request->getSession(); 
        ›     if ($session->isStarted()) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Profiler/Profiler.php:178  {
        Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response)  …
        › 
        › $collector->collect($request, $response, $e); 
        › // we need to clone for sub-requests 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90  {
        Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(FilterResponseEvent $event)  …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) { 
        ›     return; 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
        Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
        › 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
            Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
        Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
        ›     } 
        ›     $listener($event, $eventName, $this); 
        › } 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          $eventName : "kernel.request "
          $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
        Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
        › if ($event instanceof Event) { 
        ›     $this->doDispatch($listeners, $eventName, $event); 
        › 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
        Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
        › if ($listeners) { 
        ›     $this->callListeners($listeners, $eventName, $event); 
        › } 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
        Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
        › try { 
        ›     $this->dispatcher->dispatch($event, $eventName); 
        › } finally { 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:191  {
        Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response  …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:179  {
        Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response  …
        › 
        ›     return $this->filterResponse($response, $request, $type); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:80  {
        Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › try { 
        ›     return $this->handleRaw($request, $type); 
        › } catch (\Exception $e) { 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
          $type : 1 
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60  {
        Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null)  …
        › try { 
        ›     $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); 
        › } catch (\Exception $e) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
        Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
        › 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
            Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
        Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
        ›     } 
        ›     $listener($event, $eventName, $this); 
        › } 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          $eventName : "kernel.request "
          $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
        Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
        › if ($event instanceof Event) { 
        ›     $this->doDispatch($listeners, $eventName, $event); 
        › 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
        Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
        › if ($listeners) { 
        ›     $this->callListeners($listeners, $eventName, $event); 
        › } 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
        Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
        › try { 
        ›     $this->dispatcher->dispatch($event, $eventName); 
        › } finally { 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:219  {
        Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
        › $event = new ExceptionEvent($this, $request, $type, $e); 
        › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
        Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › 
        ›     return $this->handleThrowable($e, $request, $type); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
        Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › try { 
        ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
        › } finally { 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
          $type : 1 
          $catch : true 
         }
       }
      /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
        › $request = Request::createFromGlobals(); 
        › $response = $kernel->handle($request); 
        › $response->send(); 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
         }
       }
     }
   }
 ] 
         
                    
                {
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Attribute/AttributeBag.php:144  {
    Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool  …
    ›  */ 
    › public function count() 
    › { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Attribute/AttributeBag.php:17  {
    class_exists(string $class, bool $autoload = true): bool   …
    ›  */ 
    › class AttributeBag implements AttributeBagInterface, \IteratorAggregate, \Countable 
    › { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Session.php:22  {
    include_once   …
    › // Help opcache.preload discover always-needed symbols 
    › class_exists(AttributeBag::class); 
    › class_exists(FlashBag::class); 
   }
  /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2221  {
    ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getSessionService()  …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php'; 
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php'; 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Container.php:450  {
    Symfony\Component\DependencyInjection \ Container->getService($registry, string $id, ?string $method, $load)  …
    › if (false !== $registry) { 
    ›     return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}(); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:40  {
    Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id)  …
    › { 
    ›     return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/SessionListener.php:50  {
    Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface  …
    › 
    ›     return $this->container->get('session'); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61  {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure}  …
    › } elseif (method_exists($request, 'setSessionFactory')) { 
    ›     $request->setSessionFactory(function () { return $this->getSession(); }); 
    › } elseif ($session = $this->getSession()) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Request.php:731  {
    Symfony\Component\HttpFoundation \ Request->getSession()  …
    › if (!$session instanceof SessionInterface && null !== $session) { 
    ›     $this->setSession($session = $session()); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:67  {
    Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response)  …
    › if ($request->hasSession()) { 
    ›     $session = $request->getSession(); 
    ›     if ($session->isStarted()) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Profiler/Profiler.php:178  {
    Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response)  …
    › 
    › $collector->collect($request, $response, $e); 
    › // we need to clone for sub-requests 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90  {
    Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(FilterResponseEvent $event)  …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) { 
    ›     return; 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
    Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
    › 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
        Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
    Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
    ›     } 
    ›     $listener($event, $eventName, $this); 
    › } 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      $eventName : "kernel.request "
      $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
    Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
    › if ($event instanceof Event) { 
    ›     $this->doDispatch($listeners, $eventName, $event); 
    › 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
    Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
    › if ($listeners) { 
    ›     $this->callListeners($listeners, $eventName, $event); 
    › } 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
    Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
    › try { 
    ›     $this->dispatcher->dispatch($event, $eventName); 
    › } finally { 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:191  {
    Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response  …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:179  {
    Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response  …
    › 
    ›     return $this->filterResponse($response, $request, $type); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:80  {
    Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › try { 
    ›     return $this->handleRaw($request, $type); 
    › } catch (\Exception $e) { 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
      $type : 1 
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60  {
    Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null)  …
    › try { 
    ›     $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); 
    › } catch (\Exception $e) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
    Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
    › 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
        Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
    Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
    ›     } 
    ›     $listener($event, $eventName, $this); 
    › } 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      $eventName : "kernel.request "
      $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
    Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
    › if ($event instanceof Event) { 
    ›     $this->doDispatch($listeners, $eventName, $event); 
    › 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
    Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
    › if ($listeners) { 
    ›     $this->callListeners($listeners, $eventName, $event); 
    › } 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
    Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
    › try { 
    ›     $this->dispatcher->dispatch($event, $eventName); 
    › } finally { 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:219  {
    Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
    › $event = new ExceptionEvent($this, $request, $type, $e); 
    › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
    Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › 
    ›     return $this->handleThrowable($e, $request, $type); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
    Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › try { 
    ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
    › } finally { 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
      $type : 1 
      $catch : true 
     }
   }
  /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
    › $request = Request::createFromGlobals(); 
    › $response = $kernel->handle($request); 
    › $response->send(); 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
     }
   }
 } 
             
             
                 
                                            
                    
                                                20:23:44 
                     
                                            
                            php                                                     
                    
                            
            Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice 
        
        
            [
  "exception " => ErrorException  {#812 
    #message : "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice "
    #code : 0 
    #file : "/home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Session.php "
    #line : 129 
    #severity : E_DEPRECATED 
    trace : {
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Session.php:129  {
        Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool  …
        ›  */ 
        › public function getIterator() 
        › { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Session.php:30  {
        include_once   …
        ›  */ 
        › class Session implements SessionInterface, \IteratorAggregate, \Countable 
        › { 
       }
      /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2221  {
        ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getSessionService()  …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php'; 
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php'; 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Container.php:450  {
        Symfony\Component\DependencyInjection \ Container->getService($registry, string $id, ?string $method, $load)  …
        › if (false !== $registry) { 
        ›     return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}(); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:40  {
        Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id)  …
        › { 
        ›     return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/SessionListener.php:50  {
        Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface  …
        › 
        ›     return $this->container->get('session'); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61  {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure}  …
        › } elseif (method_exists($request, 'setSessionFactory')) { 
        ›     $request->setSessionFactory(function () { return $this->getSession(); }); 
        › } elseif ($session = $this->getSession()) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Request.php:731  {
        Symfony\Component\HttpFoundation \ Request->getSession()  …
        › if (!$session instanceof SessionInterface && null !== $session) { 
        ›     $this->setSession($session = $session()); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:67  {
        Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response)  …
        › if ($request->hasSession()) { 
        ›     $session = $request->getSession(); 
        ›     if ($session->isStarted()) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Profiler/Profiler.php:178  {
        Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response)  …
        › 
        › $collector->collect($request, $response, $e); 
        › // we need to clone for sub-requests 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90  {
        Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(FilterResponseEvent $event)  …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) { 
        ›     return; 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
        Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
        › 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
            Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
        Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
        ›     } 
        ›     $listener($event, $eventName, $this); 
        › } 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          $eventName : "kernel.request "
          $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
        Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
        › if ($event instanceof Event) { 
        ›     $this->doDispatch($listeners, $eventName, $event); 
        › 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
        Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
        › if ($listeners) { 
        ›     $this->callListeners($listeners, $eventName, $event); 
        › } 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
        Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
        › try { 
        ›     $this->dispatcher->dispatch($event, $eventName); 
        › } finally { 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:191  {
        Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response  …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:179  {
        Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response  …
        › 
        ›     return $this->filterResponse($response, $request, $type); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:80  {
        Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › try { 
        ›     return $this->handleRaw($request, $type); 
        › } catch (\Exception $e) { 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
          $type : 1 
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60  {
        Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null)  …
        › try { 
        ›     $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); 
        › } catch (\Exception $e) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
        Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
        › 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
            Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
        Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
        ›     } 
        ›     $listener($event, $eventName, $this); 
        › } 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          $eventName : "kernel.request "
          $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
        Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
        › if ($event instanceof Event) { 
        ›     $this->doDispatch($listeners, $eventName, $event); 
        › 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
        Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
        › if ($listeners) { 
        ›     $this->callListeners($listeners, $eventName, $event); 
        › } 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
        Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
        › try { 
        ›     $this->dispatcher->dispatch($event, $eventName); 
        › } finally { 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:219  {
        Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
        › $event = new ExceptionEvent($this, $request, $type, $e); 
        › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
        Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › 
        ›     return $this->handleThrowable($e, $request, $type); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
        Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › try { 
        ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
        › } finally { 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
          $type : 1 
          $catch : true 
         }
       }
      /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
        › $request = Request::createFromGlobals(); 
        › $response = $kernel->handle($request); 
        › $response->send(); 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
         }
       }
     }
   }
 ] 
         
                    
                {
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Session.php:129  {
    Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool  …
    ›  */ 
    › public function getIterator() 
    › { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Session.php:30  {
    include_once   …
    ›  */ 
    › class Session implements SessionInterface, \IteratorAggregate, \Countable 
    › { 
   }
  /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2221  {
    ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getSessionService()  …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php'; 
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php'; 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Container.php:450  {
    Symfony\Component\DependencyInjection \ Container->getService($registry, string $id, ?string $method, $load)  …
    › if (false !== $registry) { 
    ›     return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}(); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:40  {
    Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id)  …
    › { 
    ›     return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/SessionListener.php:50  {
    Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface  …
    › 
    ›     return $this->container->get('session'); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61  {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure}  …
    › } elseif (method_exists($request, 'setSessionFactory')) { 
    ›     $request->setSessionFactory(function () { return $this->getSession(); }); 
    › } elseif ($session = $this->getSession()) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Request.php:731  {
    Symfony\Component\HttpFoundation \ Request->getSession()  …
    › if (!$session instanceof SessionInterface && null !== $session) { 
    ›     $this->setSession($session = $session()); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:67  {
    Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response)  …
    › if ($request->hasSession()) { 
    ›     $session = $request->getSession(); 
    ›     if ($session->isStarted()) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Profiler/Profiler.php:178  {
    Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response)  …
    › 
    › $collector->collect($request, $response, $e); 
    › // we need to clone for sub-requests 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90  {
    Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(FilterResponseEvent $event)  …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) { 
    ›     return; 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
    Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
    › 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
        Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
    Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
    ›     } 
    ›     $listener($event, $eventName, $this); 
    › } 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      $eventName : "kernel.request "
      $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
    Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
    › if ($event instanceof Event) { 
    ›     $this->doDispatch($listeners, $eventName, $event); 
    › 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
    Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
    › if ($listeners) { 
    ›     $this->callListeners($listeners, $eventName, $event); 
    › } 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
    Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
    › try { 
    ›     $this->dispatcher->dispatch($event, $eventName); 
    › } finally { 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:191  {
    Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response  …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:179  {
    Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response  …
    › 
    ›     return $this->filterResponse($response, $request, $type); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:80  {
    Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › try { 
    ›     return $this->handleRaw($request, $type); 
    › } catch (\Exception $e) { 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
      $type : 1 
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60  {
    Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null)  …
    › try { 
    ›     $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); 
    › } catch (\Exception $e) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
    Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
    › 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
        Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
    Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
    ›     } 
    ›     $listener($event, $eventName, $this); 
    › } 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      $eventName : "kernel.request "
      $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
    Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
    › if ($event instanceof Event) { 
    ›     $this->doDispatch($listeners, $eventName, $event); 
    › 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
    Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
    › if ($listeners) { 
    ›     $this->callListeners($listeners, $eventName, $event); 
    › } 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
    Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
    › try { 
    ›     $this->dispatcher->dispatch($event, $eventName); 
    › } finally { 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:219  {
    Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
    › $event = new ExceptionEvent($this, $request, $type, $e); 
    › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
    Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › 
    ›     return $this->handleThrowable($e, $request, $type); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
    Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › try { 
    ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
    › } finally { 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
      $type : 1 
      $catch : true 
     }
   }
  /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
    › $request = Request::createFromGlobals(); 
    › $response = $kernel->handle($request); 
    › $response->send(); 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
     }
   }
 } 
             
             
                 
                                            
                    
                                                20:23:44 
                     
                                            
                            php                                                     
                    
                            
            Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice 
        
        
            [
  "exception " => ErrorException  {#829 
    #message : "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice "
    #code : 0 
    #file : "/home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Session.php "
    #line : 139 
    #severity : E_DEPRECATED 
    trace : {
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Session.php:139  {
        Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool  …
        ›  */ 
        › public function count() 
        › { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Session.php:30  {
        include_once   …
        ›  */ 
        › class Session implements SessionInterface, \IteratorAggregate, \Countable 
        › { 
       }
      /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2221  {
        ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getSessionService()  …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php'; 
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php'; 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Container.php:450  {
        Symfony\Component\DependencyInjection \ Container->getService($registry, string $id, ?string $method, $load)  …
        › if (false !== $registry) { 
        ›     return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}(); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:40  {
        Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id)  …
        › { 
        ›     return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/SessionListener.php:50  {
        Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface  …
        › 
        ›     return $this->container->get('session'); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61  {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure}  …
        › } elseif (method_exists($request, 'setSessionFactory')) { 
        ›     $request->setSessionFactory(function () { return $this->getSession(); }); 
        › } elseif ($session = $this->getSession()) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Request.php:731  {
        Symfony\Component\HttpFoundation \ Request->getSession()  …
        › if (!$session instanceof SessionInterface && null !== $session) { 
        ›     $this->setSession($session = $session()); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:67  {
        Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response)  …
        › if ($request->hasSession()) { 
        ›     $session = $request->getSession(); 
        ›     if ($session->isStarted()) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Profiler/Profiler.php:178  {
        Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response)  …
        › 
        › $collector->collect($request, $response, $e); 
        › // we need to clone for sub-requests 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90  {
        Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(FilterResponseEvent $event)  …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) { 
        ›     return; 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
        Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
        › 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
            Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
        Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
        ›     } 
        ›     $listener($event, $eventName, $this); 
        › } 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          $eventName : "kernel.request "
          $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
        Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
        › if ($event instanceof Event) { 
        ›     $this->doDispatch($listeners, $eventName, $event); 
        › 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
        Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
        › if ($listeners) { 
        ›     $this->callListeners($listeners, $eventName, $event); 
        › } 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
        Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
        › try { 
        ›     $this->dispatcher->dispatch($event, $eventName); 
        › } finally { 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:191  {
        Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response  …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:179  {
        Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response  …
        › 
        ›     return $this->filterResponse($response, $request, $type); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:80  {
        Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › try { 
        ›     return $this->handleRaw($request, $type); 
        › } catch (\Exception $e) { 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
          $type : 1 
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60  {
        Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null)  …
        › try { 
        ›     $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); 
        › } catch (\Exception $e) { 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
        Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
        › 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
            Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
        Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
        ›     } 
        ›     $listener($event, $eventName, $this); 
        › } 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          $eventName : "kernel.request "
          $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
        Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
        › if ($event instanceof Event) { 
        ›     $this->doDispatch($listeners, $eventName, $event); 
        › 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
        Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
        › if ($listeners) { 
        ›     $this->callListeners($listeners, $eventName, $event); 
        › } 
        arguments : {
          $listeners : [ …11]
          $eventName : "kernel.request "
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
        Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
        › try { 
        ›     $this->dispatcher->dispatch($event, $eventName); 
        › } finally { 
        arguments : {
          $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
          ... : {
            "kernel.request "
           }
         }
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:219  {
        Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
        › $event = new ExceptionEvent($this, $request, $type, $e); 
        › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 
        › 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
        Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › 
        ›     return $this->handleThrowable($e, $request, $type); 
        › } 
       }
      /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
        Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
        › try { 
        ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
        › } finally { 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
          $type : 1 
          $catch : true 
         }
       }
      /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
        › $request = Request::createFromGlobals(); 
        › $response = $kernel->handle($request); 
        › $response->send(); 
        arguments : {
          $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
         }
       }
     }
   }
 ] 
         
                    
                {
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Session.php:139  {
    Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool  …
    ›  */ 
    › public function count() 
    › { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Session/Session.php:30  {
    include_once   …
    ›  */ 
    › class Session implements SessionInterface, \IteratorAggregate, \Countable 
    › { 
   }
  /home/gwmaeusugb/sf4agenceimmo / var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2221  {
    ContainerMkxlH3I \ srcApp_KernelDevDebugContainer->getSessionService()  …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php'; 
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php'; 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Container.php:450  {
    Symfony\Component\DependencyInjection \ Container->getService($registry, string $id, ?string $method, $load)  …
    › if (false !== $registry) { 
    ›     return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}(); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:40  {
    Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get($id)  …
    › { 
    ›     return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/SessionListener.php:50  {
    Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface  …
    › 
    ›     return $this->container->get('session'); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61  {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure}  …
    › } elseif (method_exists($request, 'setSessionFactory')) { 
    ›     $request->setSessionFactory(function () { return $this->getSession(); }); 
    › } elseif ($session = $this->getSession()) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-foundation/ Request.php:731  {
    Symfony\Component\HttpFoundation \ Request->getSession()  …
    › if (!$session instanceof SessionInterface && null !== $session) { 
    ›     $this->setSession($session = $session()); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ DataCollector/RequestDataCollector.php:67  {
    Symfony\Component\HttpKernel\DataCollector \ RequestDataCollector->collect(Request $request, Response $response)  …
    › if ($request->hasSession()) { 
    ›     $session = $request->getSession(); 
    ›     if ($session->isStarted()) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Profiler/Profiler.php:178  {
    Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response)  …
    › 
    › $collector->collect($request, $response, $e); 
    › // we need to clone for sub-requests 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90  {
    Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(FilterResponseEvent $event)  …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) { 
    ›     return; 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
    Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
    › 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
        Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
    Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
    ›     } 
    ›     $listener($event, $eventName, $this); 
    › } 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      $eventName : "kernel.request "
      $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
    Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
    › if ($event instanceof Event) { 
    ›     $this->doDispatch($listeners, $eventName, $event); 
    › 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
    Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
    › if ($listeners) { 
    ›     $this->callListeners($listeners, $eventName, $event); 
    › } 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
    Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
    › try { 
    ›     $this->dispatcher->dispatch($event, $eventName); 
    › } finally { 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:191  {
    Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response  …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:179  {
    Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response  …
    › 
    ›     return $this->filterResponse($response, $request, $type); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:80  {
    Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › try { 
    ›     return $this->handleRaw($request, $type); 
    › } catch (\Exception $e) { 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
      $type : 1 
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60  {
    Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null)  …
    › try { 
    ›     $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); 
    › } catch (\Exception $e) { 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126  {
    Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher)  …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 
    › 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
        Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:264  {
    Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event)  …
    ›     } 
    ›     $listener($event, $eventName, $this); 
    › } 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      $eventName : "kernel.request "
      $dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher  {#212  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:239  {
    Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event)  …
    › if ($event instanceof Event) { 
    ›     $this->doDispatch($listeners, $eventName, $event); 
    › 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ EventDispatcher.php:73  {
    Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event)  …
    › if ($listeners) { 
    ›     $this->callListeners($listeners, $eventName, $event); 
    › } 
    arguments : {
      $listeners : [ …11]
      $eventName : "kernel.request "
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168  {
    Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event)  …
    › try { 
    ›     $this->dispatcher->dispatch($event, $eventName); 
    › } finally { 
    arguments : {
      $event : Symfony\Component\HttpKernel\Event \ RequestEvent  {#134  …}
      ... : {
        "kernel.request "
       }
     }
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:219  {
    Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response  …
    › $event = new ExceptionEvent($this, $request, $type, $e); 
    › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 
    › 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ HttpKernel.php:91  {
    Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › 
    ›     return $this->handleThrowable($e, $request, $type); 
    › } 
   }
  /home/gwmaeusugb/sf4agenceimmo/vendor /symfony/http-kernel/ Kernel.php:201  {
    Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)  …
    › try { 
    ›     return $this->getHttpKernel()->handle($request, $type, $catch); 
    › } finally { 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
      $type : 1 
      $catch : true 
     }
   }
  /home/gwmaeusugb/sf4agenceimmo / public/index.php:26  {
    › $request = Request::createFromGlobals(); 
    › $response = $kernel->handle($request); 
    › $response->send(); 
    arguments : {
      $request : Symfony\Component\HttpFoundation \ Request  {#28  …}
     }
   }
 } 
             
             
                 
                                            
                    
                                                10:18:51 
                     
                                            
                            n/a                                                             (2 times) 
                                                     
                    
                            
            A tree builder without a root node is deprecated since Symfony 4.2 and will not be supported anymore in 5.0. 
        
        
                    
             
                 
                                            
                    
                                                10:18:51 
                     
                                            
                            n/a                                                             (2 times) 
                                                     
                    
                            
            The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root() " method called for the "recaptcha " configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.