diff --git a/src/Notifications/SendToSlack.php b/src/Notifications/SendToSlack.php index d4b6a54..50eb688 100644 --- a/src/Notifications/SendToSlack.php +++ b/src/Notifications/SendToSlack.php @@ -117,7 +117,7 @@ public function send($message): void NotificationFacade::route('slack', $this->to)->notify($this); } catch (Throwable $e) { - throw WebhookSendFail::make($e); + report(WebhookSendFail::make($e)); } }