Exception: Flickrage::PathError

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

Overview

User did few mistakes with output path…

Instance Method Summary collapse

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