mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-30 03:23:48 +00:00
Upgrade code from 146 to new standards
This commit is contained in:
@@ -78,7 +78,7 @@ class Convert
|
||||
return new Response($response->getContent(), Response::HTTP_OK, [
|
||||
'Content-Type' => 'application/pdf',
|
||||
]);
|
||||
} catch (ClientExceptionInterface|TransportExceptionInterface|RedirectionExceptionInterface|ServerExceptionInterface $exception) {
|
||||
} catch (ClientExceptionInterface|RedirectionExceptionInterface|ServerExceptionInterface|TransportExceptionInterface $exception) {
|
||||
return $this->onConversionFailed($url, $exception->getResponse());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user