Exception: CLI::UI::Glyph::InvalidGlyphHandle
- Inherits:
-
ArgumentError
- Object
- ArgumentError
- CLI::UI::Glyph::InvalidGlyphHandle
- Extended by:
- T::Sig
- Defined in:
- lib/cli/ui/glyph.rb
Instance Method Summary collapse
-
#initialize(handle) ⇒ InvalidGlyphHandle
constructor
A new instance of InvalidGlyphHandle.
- #message ⇒ Object
Methods included from T::Sig
Constructor Details
#initialize(handle) ⇒ InvalidGlyphHandle
Returns a new instance of InvalidGlyphHandle.
14 15 16 17 |
# File 'lib/cli/ui/glyph.rb', line 14 def initialize(handle) super @handle = handle end |