Exception: SimpleFCM::UnregisteredError

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

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


94
95
96
# File 'lib/simple_fcm/error.rb', line 94

def retriable?
  false
end