Exception: Rack::Idempotent::RetryLimitExceeded
- Inherits:
-
StandardError
- Object
- StandardError
- Rack::Idempotent::RetryLimitExceeded
- Defined in:
- lib/rack-idempotent/retry_limit_exceeded.rb
Instance Attribute Summary collapse
-
#idempotent_exceptions ⇒ Object
readonly
Returns the value of attribute idempotent_exceptions.
Instance Method Summary collapse
-
#initialize(idempotent_exceptions) ⇒ RetryLimitExceeded
constructor
A new instance of RetryLimitExceeded.
Constructor Details
#initialize(idempotent_exceptions) ⇒ RetryLimitExceeded
Returns a new instance of RetryLimitExceeded.
4 5 6 |
# File 'lib/rack-idempotent/retry_limit_exceeded.rb', line 4 def initialize(idempotent_exceptions) @idempotent_exceptions = idempotent_exceptions end |
Instance Attribute Details
#idempotent_exceptions ⇒ Object (readonly)
Returns the value of attribute idempotent_exceptions.
2 3 4 |
# File 'lib/rack-idempotent/retry_limit_exceeded.rb', line 2 def idempotent_exceptions @idempotent_exceptions end |