class Picasa::ResponseError

Attributes

response[R]

Public Class Methods

new(message, response) click to toggle source
Calls superclass method
# File lib/picasa/exceptions.rb, line 14
def initialize(message, response)
  @response = response
  super(message)
end