feat : Decorator Http
This commit is contained in:
@@ -54,9 +54,7 @@ class LoggableHttpClientService implements HttpClientInterface
|
|||||||
return $response;
|
return $response;
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
$this->logger->error("Request to {{$url} failed: {{$e->getMessage()}}}");
|
$this->logger->error("Request to {{$url} failed: {{$e->getMessage()}}}");
|
||||||
// throw $e;
|
|
||||||
}
|
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user