class HtmlFromPdf::PdfNotFound

Public Instance Methods

message() click to toggle source
# File lib/html_from_pdf/exceptions.rb, line 3
def message
  'Given pdf was not found'
end