Exception: PdfCover::Converter::CommandNotFoundError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/pdf_cover/converter.rb

Instance Method Summary collapse

Constructor Details

#initializeCommandNotFoundError

Returns a new instance of CommandNotFoundError.



21
22
23
# File 'lib/pdf_cover/converter.rb', line 21

def initialize
  super("Could not run the `gs` command. Make sure that GhostScript is in your PATH.")
end