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