Exception: SimpleFCM::InternalServerError
- Defined in:
- lib/simple_fcm/error.rb
Overview
InternalServerError is raised when Firebase encountered an unknown internal error.
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
116 117 118 |
# File 'lib/simple_fcm/error.rb', line 116 def retriable? true end |