return; } }catch(TransportExceptionInterface $exception){ // catch TransportExceptionInterface to send it to the strategy
} if(null !== $exception){ // always retry request that fail to resolve DNS
if('' !== $context->getInfo('primary_ip')){ $shouldRetry = $this->strategy->shouldRetry($context, null, $exception);