# File lib/sms_on_rails/service_providers/email_gateway_support/errors.rb, line 15 def self.phone_message(phone_number) msg = "The carrier for #{phone_number.human_display if phone_number} is invalid." end