Exception: AMQP::Client::Error::PublishNotConfirmed
- Inherits:
-
AMQP::Client::Error
- Object
- StandardError
- AMQP::Client::Error
- AMQP::Client::Error::PublishNotConfirmed
- Defined in:
- lib/amqp/client/errors.rb
Overview
Raised if a message published with confirms enabled was not confirmed (nacked)
Instance Method Summary collapse
-
#initialize ⇒ PublishNotConfirmed
constructor
A new instance of PublishNotConfirmed.
Constructor Details
#initialize ⇒ PublishNotConfirmed
Returns a new instance of PublishNotConfirmed.
37 38 39 |
# File 'lib/amqp/client/errors.rb', line 37 def initialize super("Message was not confirmed by the broker") end |