Exception: Ice::ResponseSentException
- Inherits:
-
LocalException
- Object
- StandardError
- Exception
- LocalException
- Ice::ResponseSentException
- Defined in:
- lib/Ice/LocalException.rb
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.
1021 1022 |
# File 'lib/Ice/LocalException.rb', line 1021 def initialize end |
Instance Method Details
#to_s ⇒ Object
1024 1025 1026 |
# File 'lib/Ice/LocalException.rb', line 1024 def to_s '::Ice::ResponseSentException' end |