Exception: PdfMatcher::DiffPdf::CommandNotAvailable

Inherits:
StandardError
  • Object
show all
Defined in:
lib/pdf_matcher/diff_pdf.rb

Instance Method Summary collapse

Constructor Details

#initializeCommandNotAvailable

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