Exception: CLI::UI::Color::InvalidColorName
- Inherits:
-
ArgumentError
- Object
- ArgumentError
- CLI::UI::Color::InvalidColorName
- Extended by:
- T::Sig
- Defined in:
- lib/cli/ui/color.rb
Instance Method Summary collapse
-
#initialize(name) ⇒ InvalidColorName
constructor
A new instance of InvalidColorName.
- #message ⇒ Object
Methods included from T::Sig
Constructor Details
#initialize(name) ⇒ InvalidColorName
Returns a new instance of InvalidColorName.
62 63 64 65 |
# File 'lib/cli/ui/color.rb', line 62 def initialize(name) super @name = name end |