Exception: Ice::Exception
- Inherits:
-
StandardError
- Object
- StandardError
- Ice::Exception
show all
- Defined in:
- lib/Ice.rb
Overview
Instance Method Summary
collapse
Instance Method Details
63
64
65
|
# File 'lib/Ice.rb', line 63
def ice_name
to_s
end
|
67
68
69
|
# File 'lib/Ice.rb', line 67
def inspect
return ::Ice::__stringifyException(self)
end
|