Exception: Vic::ColorError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/vic/color_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ ColorError

Returns a new instance of ColorError.



3
4
5
# File 'lib/vic/color_error.rb', line 3

def initialize(message)
  super(message)
end