class GozapRss::GozapHttpStatusError
Public Class Methods
new(url, code, msg)
click to toggle source
Calls superclass method
# File lib/gozap_rss/chouti_rss.rb, line 14 def initialize(url, code, msg) super("http get #{url} return response_code is #{code} and error is #{msg}") end