Exception: Identikal::Error::FileNotFound

Inherits:
ArgumentError
  • Object
show all
Defined in:
lib/identikal/error.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



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