Exception: LucideRuby::IconsNotSynced

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

Instance Method Summary collapse

Constructor Details

#initialize(path) ⇒ IconsNotSynced

Returns a new instance of IconsNotSynced.



13
14
15
# File 'lib/lucide_ruby/errors.rb', line 13

def initialize(path)
  super("Lucide icons not found at #{path}. Run `rake lucide:sync` to download icons.")
end