@@ -46,7 +46,7 @@ |
||
46 | 46 | $mailgun = new Mailgun($this->connection->getPassword()); |
47 | 47 | $mailgun->sendMessage($this->connection->getServer(), $message); |
48 | 48 | } catch (\Exception $e) { |
49 | - throw new MailApiException('Mailgun: ' . $e->getMessage()); |
|
49 | + throw new MailApiException('Mailgun: '.$e->getMessage()); |
|
50 | 50 | } |
51 | 51 | |
52 | 52 | return true; |