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