Exception: Flickrage::DownloadError
- Defined in:
- lib/flickrage.rb
Overview
Download error rises when Flickr down…
Instance Method Summary collapse
-
#initialize(*args) ⇒ DownloadError
constructor
A new instance of DownloadError.
Constructor Details
#initialize(*args) ⇒ DownloadError
142 143 144 145 |
# File 'lib/flickrage.rb', line 142 def initialize(*args) Flickrage.logger.error "Connection is down or something goes wrong...: #{args[0]}" super end |