Exception: GozapRss::GozapHttpReceiveError

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

Instance Method Summary collapse

Constructor Details

#initialize(url, msg) ⇒ GozapHttpReceiveError

Returns a new instance of GozapHttpReceiveError.



20
21
22
# File 'lib/gozap_rss/chouti_rss.rb', line 20

def initialize(url, msg)
  super("http get #{url} error is #{msg}")
end