Exception: Flickrage::SaveError

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

Overview

Can’t find output path?

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ SaveError

Returns a new instance of SaveError.



160
161
162
163
# File 'lib/flickrage.rb', line 160

def initialize(*args)
  Flickrage.logger.error "Something wrong with output path: #{args[0]}"
  super
end