Exception: Lospec::PaletteNotFound

Inherits:
Error
  • Object
show all
Defined in:
lib/lospec/palette.rb

Instance Method Summary collapse

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