Exception: AMQ::Protocol::EmptyResponseError
- Defined in:
- lib/amq/protocol/client.rb
Constant Summary collapse
- DEFAULT_MESSAGE =
"Empty response received from the server."
Instance Method Summary collapse
-
#initialize(message = self.class::DEFAULT_MESSAGE) ⇒ EmptyResponseError
constructor
A new instance of EmptyResponseError.
Methods inherited from Error
[], inherited, subclasses_with_values
Constructor Details
#initialize(message = self.class::DEFAULT_MESSAGE) ⇒ EmptyResponseError
Returns a new instance of EmptyResponseError.
76 77 78 |
# File 'lib/amq/protocol/client.rb', line 76 def initialize( = self.class::DEFAULT_MESSAGE) super() end |