Exception: Ice::Exception

Inherits:
StandardError
  • Object
show all
Defined in:
lib/Ice.rb

Overview

Exceptions.

Direct Known Subclasses

LocalException, UserException

Instance Method Summary collapse

Instance Method Details

#ice_nameObject



63
64
65
# File 'lib/Ice.rb', line 63

def ice_name
    to_s
end

#inspectObject



67
68
69
# File 'lib/Ice.rb', line 67

def inspect
    return ::Ice::__stringifyException(self)
end