Exception: ArTTY::Error::ImageMagickNotFound

Inherits:
ArTTY::Error
  • Object
show all
Defined in:
lib/arTTY/error/image_magick_not_found.rb

Instance Method Summary collapse

Constructor Details

#initializeImageMagickNotFound

Returns a new instance of ImageMagickNotFound.



2
3
4
# File 'lib/arTTY/error/image_magick_not_found.rb', line 2

def initialize
    super("ImageMagick not found")
end