Exception: Idempotent::RetryLimitExceeded

Inherits:
StandardError
  • Object
show all
Defined in:
lib/idempotent/retry_limit_exceeded.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(idempotent_exceptions) ⇒ RetryLimitExceeded

Returns a new instance of RetryLimitExceeded.



4
5
6
# File 'lib/idempotent/retry_limit_exceeded.rb', line 4

def initialize(idempotent_exceptions)
  @idempotent_exceptions = idempotent_exceptions
end

Instance Attribute Details

#idempotent_exceptionsObject (readonly)

Returns the value of attribute idempotent_exceptions.



2
3
4
# File 'lib/idempotent/retry_limit_exceeded.rb', line 2

def idempotent_exceptions
  @idempotent_exceptions
end