Exception: HtmlFromPdf::PdfNotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/html_from_pdf/exceptions.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



3
4
5
# File 'lib/html_from_pdf/exceptions.rb', line 3

def message
  'Given pdf was not found'
end