Exception: LucideRuby::IconNotFound

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

Instance Method Summary collapse

Constructor Details

#initialize(name, path) ⇒ IconNotFound

Returns a new instance of IconNotFound.



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

def initialize(name, path)
  super("Lucide icon '#{name}' not found at #{path}")
end