Exception: Flickrage::SaveError
- Defined in:
- lib/flickrage.rb
Overview
Can’t find output path?
Instance Method Summary collapse
-
#initialize(*args) ⇒ SaveError
constructor
A new instance of SaveError.
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 |