Exception: Vectory::GhostscriptNotFoundError

Inherits:
Error
  • Object
show all
Defined in:
lib/vectory/errors.rb

Instance Method Summary collapse

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