Exception: Flickrage::CollageError

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

Overview

Here is something with imagemagick?

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ CollageError

Returns a new instance of CollageError.



178
179
180
181
# File 'lib/flickrage.rb', line 178

def initialize(*args)
  Flickrage.logger.error "Something wrong with collage tools: #{args[0]}"
  super
end