Exception: SimpleFCM::InternalServerError

Inherits:
APIError
  • Object
show all
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

#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)


116
117
118
# File 'lib/simple_fcm/error.rb', line 116

def retriable?
  true
end