Exception: Rack::Idempotency::Error
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Rack::Idempotency::Error
- Defined in:
- lib/rack/idempotency/errors.rb
Overview
For all errors
Direct Known Subclasses
Instance Attribute Summary collapse
-
#env ⇒ Object
readonly
Returns the value of attribute env.
Instance Method Summary collapse
-
#initialize(env) ⇒ Error
constructor
A new instance of Error.
Constructor Details
#initialize(env) ⇒ Error
Returns a new instance of Error.
6 7 8 |
# File 'lib/rack/idempotency/errors.rb', line 6 def initialize(env) @env = env end |
Instance Attribute Details
#env ⇒ Object (readonly)
Returns the value of attribute env.
5 6 7 |
# File 'lib/rack/idempotency/errors.rb', line 5 def env @env end |