Exception: TooManyRetriesError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/mercurius/errors/too_many_retries_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(e) ⇒ TooManyRetriesError

Returns a new instance of TooManyRetriesError.



3
4
5
# File 'lib/mercurius/errors/too_many_retries_error.rb', line 3

def initialize(e)
  super "APNS Service has reached it's maximum number of retries. Error: #{e.message}"
end