class Flickrage::DictError

User system has no/wrong default words dict…

Public Class Methods

new(*args) click to toggle source
Calls superclass method
# File lib/flickrage.rb, line 121
def initialize(*args)
  Flickrage.logger.error 'Please provide existing path to the dict...'
  super
end