RuntimeError
Represents an error from an underlying ImageMagick call
# File lib/sprite_factory/library/image_magick.rb, line 11 def initialize(msg, command, args, output) super(msg) @command = command @args = args @output = output end