class TN::HTTP::WrapError

Public Instance Methods

call(env) click to toggle source
# File lib/tn/http.rb, line 13
def call(env)
  @app.call(env)
rescue Faraday::ClientError => e
  raise ClientError, e
end