Adapt changes in api
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
namespace EP\EpTheme\Service;
|
||||
|
||||
use Symfony\Component\HttpClient\Exception\ServerException;
|
||||
use Symfony\Component\HttpClient\HttpClient;
|
||||
use Symfony\Contracts\HttpClient\Exception\TransportExceptionInterface;
|
||||
use TYPO3\CMS\Core\SingletonInterface;
|
||||
@@ -52,5 +53,7 @@ class BookingApiService implements SingletonInterface
|
||||
}
|
||||
catch (TransportExceptionInterface $e)
|
||||
{}
|
||||
catch (ServerException $e)
|
||||
{}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user