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