class Errors::InvalidPaletteArgument

Raised when palette argument is empty

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/mosaiq/errors.rb, line 14
def initialize
  super "Argument 'palette' should not be empty. Please provide an array with color names."
end