class PdfCover::Converter::CommandNotFoundError

Public Class Methods

new() click to toggle source
Calls superclass method
# 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