class Rack::Idempotency::Error

For all errors

Attributes

env[R]

Public Class Methods

new(env) click to toggle source
# File lib/rack/idempotency/errors.rb, line 6
def initialize(env)
  @env = env
end