Exception: LucideRuby::IconNotFound
- Defined in:
- lib/lucide_ruby/errors.rb
Instance Method Summary collapse
-
#initialize(name, path) ⇒ IconNotFound
constructor
A new instance of IconNotFound.
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 |