class PDFKit::NoExecutableError
Public Class Methods
Source
# File lib/pdfkit/pdfkit.rb, line 10 def initialize msg = "No wkhtmltopdf executable found at #{PDFKit.configuration.wkhtmltopdf}\n" \ ">> Please install wkhtmltopdf - https://github.com/pdfkit/PDFKit/wiki/Installing-WKHTMLTOPDF" super(msg) end
Calls superclass method