Exception: Flickrage::DownloadError

Inherits:
BaseError
  • Object
show all
Defined in:
lib/flickrage.rb

Overview

Download error rises when Flickr down…

Instance Method Summary collapse

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