setFormatter($formatter); $log->pushHandler($handle); $response = null; $rootCause = ''; $hasConn = False; for($retry=0;$retrycritical("Http sendData error: " . $e->getMessage()); } } if(!$hasConn){ $log->critical("HTTP Client cannot establish connection:".$rootCause); throw new RuntimeException("HTTP Client cannot establish connection:".$rootCause); } return $response; } }