We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7178163 commit 729e8c7Copy full SHA for 729e8c7
src/TwilioChannel.php
@@ -58,7 +58,7 @@ public function send($notifiable, Notification $notification)
58
return $this->twilio->sendMessage($message, $to, $useSender);
59
} catch (Exception $exception) {
60
$this->events->fire(
61
- new NotificationFailed($notifiable, $notification, 'twilio', ['message' => $exception->getMessage()])
+ new NotificationFailed($notifiable, $notification, 'twilio', ['message' => $exception->getMessage(), 'exception' => $exception])
62
);
63
}
64
0 commit comments