class RestClient::ExceptionWithResponse

def initialize(response=nil)

def initialize(response=nil)
	@response = response
end