class Gorilla::Error

Top-level error for rescuing all Gorilla Client errors

Attributes

response[R]

Public Class Methods

new(response) click to toggle source
# File lib/gorilla/error.rb, line 6
def initialize(response)
  @response = Gorilla::Response.new(response)
end