Loading src/UnicaenMail/Service/Mail/MailService.php +3 −2 Original line number Diff line number Diff line Loading @@ -334,8 +334,9 @@ EOS; $mail->setLog($e->getMessage()); $this->update($mail); } catch (Exception){} Throw new Exception($e->getMessage()); catch (Exception) { throw new Exception($e->getMessage()); } } return $mail; } Loading Loading
src/UnicaenMail/Service/Mail/MailService.php +3 −2 Original line number Diff line number Diff line Loading @@ -334,8 +334,9 @@ EOS; $mail->setLog($e->getMessage()); $this->update($mail); } catch (Exception){} Throw new Exception($e->getMessage()); catch (Exception) { throw new Exception($e->getMessage()); } } return $mail; } Loading