Exception: PdfMatcher::DiffPdf::UnknownDiffPdfExitCode

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

Instance Method Summary collapse

Constructor Details

#initialize(code) ⇒ UnknownDiffPdfExitCode

Returns a new instance of UnknownDiffPdfExitCode.



23
24
25
26
# File 'lib/pdf_matcher/diff_pdf.rb', line 23

def initialize(code)
  super "pdf_matcher did not recognize the exit code #{code} from the diff-pdf command, " \
        'this probably means there is a problem with your installed version of diff-pdf.'
end