Exception: Ice::ResponseSentException
- Inherits:
-
LocalException
- Object
- StandardError
- Exception
- LocalException
- Ice::ResponseSentException
- Defined in:
- lib/Ice/LocalException.rb
Constant Summary collapse
- ICE_TYPE =
T_ResponseSentException
Instance Method Summary collapse
-
#initialize ⇒ ResponseSentException
constructor
A new instance of ResponseSentException.
- #to_s ⇒ Object
Methods inherited from Exception
Constructor Details
#initialize ⇒ ResponseSentException
Returns a new instance of ResponseSentException.
1071 1072 |
# File 'lib/Ice/LocalException.rb', line 1071 def initialize end |
Instance Method Details
#to_s ⇒ Object
1074 1075 1076 |
# File 'lib/Ice/LocalException.rb', line 1074 def to_s 'Ice::ResponseSentException' end |