Exception: Vectory::InkscapeNotFoundError
- Defined in:
- lib/vectory/errors.rb
Instance Method Summary collapse
-
#initialize(msg = nil) ⇒ InkscapeNotFoundError
constructor
A new instance of InkscapeNotFoundError.
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 |