class Flickrage::CollageError

Something wrong with the process?

Public Class Methods

new(*args) click to toggle source
Calls superclass method
# File lib/flickrage.rb, line 184
def initialize(*args)
  Flickrage.logger.error "Something wrong with collage tools: #{args[0]}"
  super
end