Exception: Flickrage::PathError
- Defined in:
- lib/flickrage.rb
Overview
User did few mistakes with output path…
Instance Method Summary collapse
-
#initialize(*args) ⇒ PathError
constructor
A new instance of PathError.
Constructor Details
#initialize(*args) ⇒ PathError
Returns a new instance of PathError.
97 98 99 100 |
# File 'lib/flickrage.rb', line 97 def initialize(*args) Flickrage.logger.error 'Please provide existing output path...' super end |