Exception: GozapRss::GozapHttpReceiveError
- Defined in:
- lib/gozap_rss/chouti_rss.rb
Instance Method Summary collapse
-
#initialize(url, msg) ⇒ GozapHttpReceiveError
constructor
A new instance of GozapHttpReceiveError.
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 |