Exception: ArTTY::Error::ImageMagickNotFound
- Inherits:
-
ArTTY::Error
- Object
- RuntimeError
- ArTTY::Error
- ArTTY::Error::ImageMagickNotFound
- Defined in:
- lib/arTTY/error/image_magick_not_found.rb
Instance Method Summary collapse
-
#initialize ⇒ ImageMagickNotFound
constructor
A new instance of ImageMagickNotFound.
Constructor Details
#initialize ⇒ ImageMagickNotFound
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 |