Skip to content

Commit

Permalink
Add error message dump in NotifierMail class
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilan-riviere committed Feb 2, 2024
1 parent 317bd43 commit da8c738
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Notifier/NotifierMail.php
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ public function send(): bool
try {
$this->mailMailer->send($this->mailEmail);
} catch (\Throwable $th) {
dump($th->getMessage());
$this->logError($th->getMessage(), $this->toArray());

return false;
Expand Down

0 comments on commit da8c738

Please sign in to comment.