Exception: PdfMatcher::DiffPdf::CommandNotAvailable
- Inherits:
-
StandardError
- Object
- StandardError
- PdfMatcher::DiffPdf::CommandNotAvailable
- Defined in:
- lib/pdf_matcher/diff_pdf.rb
Instance Method Summary collapse
-
#initialize ⇒ CommandNotAvailable
constructor
A new instance of CommandNotAvailable.
Constructor Details
#initialize ⇒ CommandNotAvailable
Returns a new instance of CommandNotAvailable.
16 17 18 19 |
# File 'lib/pdf_matcher/diff_pdf.rb', line 16 def initialize super 'pdf_matcher requires diff-pdf command, but it does not seem to be installed. ' \ 'Please install it and try again.' end |