class Gcm::Errors::MismatchSenderId

A registration ID is tied to a certain group of senders. When an application registers for GCM usage, it must specify which senders are allowed to send messages.

Public Class Methods

new(message) click to toggle source
Calls superclass method
# File lib/gcm_on_rails/gcm_on_rails.rb, line 26
def initialize(message) # :nodoc
  super("Mismatched Sender Id: '#{message}'")
end