Exception: BunnyPublisher::CannotCreateQueue
- Inherits:
-
ReturnedMessageError
- Object
- StandardError
- ReturnedMessageError
- BunnyPublisher::CannotCreateQueue
- Defined in:
- lib/bunny_publisher/errors.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
7 8 9 10 11 12 13 |
# File 'lib/bunny_publisher/errors.rb', line 7 def to_s [ 'Can not create queue for re-publishing. Set queue_name, routing_key, '\ 'or override BunnyPublisher::Mandatory#declare_republish_queue', super ].join(' ') end |