Add space between catch and ‘(‘
[MAILPOET-1791]
This commit is contained in:
@@ -51,7 +51,7 @@ class SMTP {
|
||||
try {
|
||||
$message = $this->createMessage($newsletter, $subscriber, $extra_params);
|
||||
$result = $this->mailer->send($message);
|
||||
} catch(\Exception $e) {
|
||||
} catch (\Exception $e) {
|
||||
return Mailer::formatMailerErrorResult(
|
||||
$this->error_mapper->getErrorFromException($e, $subscriber)
|
||||
);
|
||||
|
Reference in New Issue
Block a user