Exception: Flickrage::DictError

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

Overview

User system has no/wrong default words dict…

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ DictError

Returns a new instance of DictError.



115
116
117
118
# File 'lib/flickrage.rb', line 115

def initialize(*args)
  Flickrage.logger.error 'Please provide existing path to the dict...'
  super
end