Exception: Ice::Exception
- Inherits:
-
StandardError
- Object
- StandardError
- Ice::Exception
- Defined in:
- lib/Ice.rb
Overview
Exceptions.
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#ice_id ⇒ Object
61 62 63 |
# File 'lib/Ice.rb', line 61 def ice_id to_s end |
#ice_name ⇒ Object
57 58 59 |
# File 'lib/Ice.rb', line 57 def ice_name to_s[2..-1] end |
#inspect ⇒ Object
65 66 67 |
# File 'lib/Ice.rb', line 65 def inspect return ::Ice::__stringifyException(self) end |