client()->messages->create( $to, [ 'from' => setting('sms_from'), 'body' => $message, ] ); } catch (Exception $e) { throw new SmsException('Twilio: ' . $e->getMessage()); } } }