Exception: PDFKit::NoExecutableError

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

Instance Method Summary collapse

Constructor Details

#initializeNoExecutableError

Returns a new instance of NoExecutableError.



4
5
6
# File 'lib/pdfkit/pdfkit.rb', line 4

def initialize
  super('Could not locate wkhtmltopdf-proxy executable')
end