Exception: Dex::UI::Color::InvalidColorName
- Inherits:
-
ArgumentError
- Object
- ArgumentError
- Dex::UI::Color::InvalidColorName
- Defined in:
- lib/dex/ui/color.rb
Instance Method Summary collapse
-
#initialize(name) ⇒ InvalidColorName
constructor
A new instance of InvalidColorName.
- #message ⇒ Object
Constructor Details
#initialize(name) ⇒ InvalidColorName
Returns a new instance of InvalidColorName.
35 36 37 |
# File 'lib/dex/ui/color.rb', line 35 def initialize(name) @name = name end |