class GozapRss::GozapHttpTimeOutError

Public Class Methods

new(url) click to toggle source
Calls superclass method
# File lib/gozap_rss/chouti_rss.rb, line 8
def initialize(url)
  super("http get #{url} get timeout")
end