Exception: Ice::CloneNotImplementedException
- Inherits:
-
LocalException
- Object
- StandardError
- Exception
- LocalException
- Ice::CloneNotImplementedException
- Defined in:
- lib/Ice/LocalException.rb
Instance Method Summary collapse
-
#initialize ⇒ CloneNotImplementedException
constructor
A new instance of CloneNotImplementedException.
- #to_s ⇒ Object
Methods inherited from Exception
Constructor Details
#initialize ⇒ CloneNotImplementedException
Returns a new instance of CloneNotImplementedException.
127 128 |
# File 'lib/Ice/LocalException.rb', line 127 def initialize end |
Instance Method Details
#to_s ⇒ Object
130 131 132 |
# File 'lib/Ice/LocalException.rb', line 130 def to_s '::Ice::CloneNotImplementedException' end |