Exception: SimpleFCM::SenderMismatchError

Inherits:
APIError
  • Object
show all
Defined in:
lib/simple_fcm/error.rb

Overview

SenderMismatchError is raised when the given Sender ID is not tied to the registration token the message is being sent to.

Instance Attribute Summary

Attributes inherited from APIError

#code, #details, #status

Instance Method Summary collapse

Methods inherited from APIError

exception, #initialize

Constructor Details

This class inherits a constructor from SimpleFCM::APIError

Instance Method Details

#retriable?Boolean

Returns:

  • (Boolean)


85
86
87
# File 'lib/simple_fcm/error.rb', line 85

def retriable?
  false
end