Exception: Dex::UI::Glyph::InvalidGlyphHandle
- Inherits:
-
ArgumentError
- Object
- ArgumentError
- Dex::UI::Glyph::InvalidGlyphHandle
- Defined in:
- lib/dex/ui/glyph.rb
Instance Method Summary collapse
-
#initialize(handle) ⇒ InvalidGlyphHandle
constructor
A new instance of InvalidGlyphHandle.
- #message ⇒ Object
Constructor Details
#initialize(handle) ⇒ InvalidGlyphHandle
Returns a new instance of InvalidGlyphHandle.
27 28 29 |
# File 'lib/dex/ui/glyph.rb', line 27 def initialize(handle) @handle = handle end |