Exception: PdfMatcher::DiffPdf::UnknownDiffPdfExitCode
- Inherits:
-
StandardError
- Object
- StandardError
- PdfMatcher::DiffPdf::UnknownDiffPdfExitCode
- Defined in:
- lib/pdf_matcher/diff_pdf.rb
Instance Method Summary collapse
-
#initialize(code) ⇒ UnknownDiffPdfExitCode
constructor
A new instance of UnknownDiffPdfExitCode.
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 |