Exception: SimpleFCM::SenderMismatchError
- 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
Instance Method Summary collapse
Methods inherited from APIError
Constructor Details
This class inherits a constructor from SimpleFCM::APIError
Instance Method Details
#retriable? ⇒ Boolean
85 86 87 |
# File 'lib/simple_fcm/error.rb', line 85 def retriable? false end |