class Flickrage::DownloadError
Download error rises when Flickr down…
Public Class Methods
new(*args)
click to toggle source
Calls superclass method
# File lib/flickrage.rb, line 148 def initialize(*args) Flickrage.logger.error "Connection is down or something goes wrong...: #{args[0]}" super end