Exception: Vectory::InkscapeNotFoundError

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = nil) ⇒ InkscapeNotFoundError

Returns a new instance of InkscapeNotFoundError.



7
8
9
# File 'lib/vectory/errors.rb', line 7

def initialize(msg = nil)
  super(msg || "Inkscape not found in PATH. Please install Inkscape.")
end