class Flickrage::PathError
User did few mistakes with output path…
Public Class Methods
new(*args)
click to toggle source
Calls superclass method
# File lib/flickrage.rb, line 103 def initialize(*args) Flickrage.logger.error 'Please provide existing output path...' super end