From ff58895b21155ef986fa40e95728ac0b804b7933 Mon Sep 17 00:00:00 2001 From: Bastien Gatellier Date: Sat, 21 Nov 2015 15:49:01 +0100 Subject: [PATCH] Correct bug when Mailin constructor thrown an Exception --- Wrapper/Mailin.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Wrapper/Mailin.php b/Wrapper/Mailin.php index 16995c6..f210ec4 100644 --- a/Wrapper/Mailin.php +++ b/Wrapper/Mailin.php @@ -2,6 +2,8 @@ namespace SendinBlue\SendinBlueApiBundle\Wrapper; +use Symfony\Component\Config\Definition\Exception\Exception; + /** * SendinBlue REST client *