class Zoop::NotFound

Attributes

response[R]

Public Class Methods

new(response, request_params, error) click to toggle source
Calls superclass method Zoop::ResponseError::new
# File lib/zoop/errors.rb, line 28
def initialize(response, request_params, error)
  @response = response
  super request_params, error
end