Exception: GozapRss::GozapHttpTimeOutError

Inherits:
Error
  • Object
show all
Defined in:
lib/gozap_rss/chouti_rss.rb

Instance Method Summary collapse

Constructor Details

#initialize(url) ⇒ GozapHttpTimeOutError

Returns a new instance of GozapHttpTimeOutError.



8
9
10
# File 'lib/gozap_rss/chouti_rss.rb', line 8

def initialize(url)
  super("http get #{url} get timeout")
end