class ArTTY::Error::ImageMagickNotFound

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/arTTY/error/image_magick_not_found.rb, line 2
def initialize
    super("ImageMagick not found")
end