Exception: Vectory::GhostscriptNotFoundError
- Defined in:
- lib/vectory/errors.rb
Instance Method Summary collapse
-
#initialize(msg = nil) ⇒ GhostscriptNotFoundError
constructor
A new instance of GhostscriptNotFoundError.
Constructor Details
#initialize(msg = nil) ⇒ GhostscriptNotFoundError
Returns a new instance of GhostscriptNotFoundError.
13 14 15 |
# File 'lib/vectory/errors.rb', line 13 def initialize(msg = nil) super(msg || "Ghostscript not found in PATH. Please install Ghostscript.") end |