Exception: Flickrage::SearchError

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) ⇒ SearchError

Returns a new instance of SearchError.



133
134
135
136
# File 'lib/flickrage.rb', line 133

def initialize(*args)
  Flickrage.logger.error "Cannot find something...: #{args[0]}"
  super
end