Exception: Identikal::Error::FileNotFound
- Inherits:
-
ArgumentError
- Object
- ArgumentError
- Identikal::Error::FileNotFound
- Defined in:
- lib/identikal/error.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
8 9 10 11 |
# File 'lib/identikal/error.rb', line 8 def to_s 'PDF file(s) could not be found. ' \ 'Please provide two PDF files to compare' end |