laravel / vonage-notification-channel

Vonage Notification Channel for Laravel.
https://laravel.com/docs/notifications#sms-notifications
MIT License
744 stars 51 forks source link

How to catch Vonage\\Client\\Exception\\Request in Laravel notifications #58

Closed szepeviktor closed 2 years ago

szepeviktor commented 2 years ago
Notification::send($users, new QuizStartedReminder($this->option('channel')));

// In QuizStartedReminder
return (new NexmoMessage)->content('Text of the message');

Please advise where/how to catch Vonage\\Client\\Exception\\Request in Laravel. Thank you.

Cc @iamgergo Was https://github.com/Vonage/vonage-php-sdk-core/issues/267

driesvints commented 2 years ago

Hi there,

Thanks for reporting but it looks like this is a question which can be asked on a support channel. Please only use this issue tracker for reporting bugs with the library itself. If you have a question on how to use functionality provided by this repo you can try one of the following channels:

However, this issue will not be locked and everyone is still free to discuss solutions to your problem!

Thanks.

szepeviktor commented 2 years ago

Hello @driesvints! The bug report is hidden in my question. After an investigation I think the Request exception cannot be caught. What do you think?