Exception: SimpleFCM::UnregisteredError
- Defined in:
- lib/simple_fcm/error.rb
Overview
UnregisteredError is raised when the given device token is no longer valid.
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
94 95 96 |
# File 'lib/simple_fcm/error.rb', line 94 def retriable? false end |