client()->sms()->send($text); } catch (Exception $e) { throw new SmsException('Vonage: ' . $e->getMessage()); } } }