Exception: Gkhtmltopdf::PathUnresolvedError
- Defined in:
- lib/errors.rb
Instance Method Summary collapse
-
#initialize(name) ⇒ PathUnresolvedError
constructor
A new instance of PathUnresolvedError.
Constructor Details
#initialize(name) ⇒ PathUnresolvedError
Returns a new instance of PathUnresolvedError.
7 8 9 10 |
# File 'lib/errors.rb', line 7 def initialize(name) = "#{name} is not found. Please ensure #{name} is installed and either in your PATH or specify the path during initialization." super() end |