Exception: PDFKit::NoExecutableError
- Inherits:
-
StandardError
- Object
- StandardError
- PDFKit::NoExecutableError
- Defined in:
- lib/pdfkit/pdfkit.rb
Instance Method Summary collapse
-
#initialize ⇒ NoExecutableError
constructor
A new instance of NoExecutableError.
Constructor Details
#initialize ⇒ NoExecutableError
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 |