Exception: Lospec::PaletteNotFound
- Defined in:
- lib/lospec/palette.rb
Instance Method Summary collapse
-
#initialize(slug) ⇒ PaletteNotFound
constructor
A new instance of PaletteNotFound.
Constructor Details
#initialize(slug) ⇒ PaletteNotFound
Returns a new instance of PaletteNotFound.
5 6 7 |
# File 'lib/lospec/palette.rb', line 5 def initialize(slug) super("Palette not found: #{slug}") end |