Exception: PdfCover::Converter::CommandNotFoundError
- Inherits:
-
StandardError
- Object
- StandardError
- PdfCover::Converter::CommandNotFoundError
- Defined in:
- lib/pdf_cover/converter.rb
Instance Method Summary collapse
-
#initialize ⇒ CommandNotFoundError
constructor
A new instance of CommandNotFoundError.
Constructor Details
#initialize ⇒ CommandNotFoundError
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 |