Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit authored and github-actions[bot] committed Nov 7, 2023
1 parent b9accae commit 1e073b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Structures/Notification.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ public function sendNotify(string $message = null, array $options = []): bool
}

$body = (string) $response->getBody();

throw SendNotificationException::create($body);
} catch (GuzzleException $e) {
throw SendNotificationException::create($e->getMessage());
Expand Down

0 comments on commit 1e073b8

Please sign in to comment.