class ImageVise::FetcherHTTP::UpstreamError

Attributes

http_status[RW]

Public Class Methods

new(http_status, message) click to toggle source
Calls superclass method
# File lib/image_vise/fetchers/fetcher_http.rb, line 8
def initialize(http_status, message)
  super(message)
  @http_status = http_status
end