feat : Decorator Http

This commit is contained in:
2025-09-07 10:17:22 +08:00
parent 04c4678e2e
commit 7d489eecc4

View File

@@ -54,9 +54,7 @@ class LoggableHttpClientService implements HttpClientInterface
return $response;
} catch (Exception $e) {
$this->logger->error("Request to {{$url} failed: {{$e->getMessage()}}}");
// throw $e;
return false;
}
return false;
}
}