Exception: RubyRabbitmqJanus::Errors::Rabbit::Publisher::Exclusive::Publish

Inherits:
BasePublishExclusive show all
Defined in:
lib/rrj/errors/rabbit/publisher/exclusive.rb

Overview

Error for Rabbit::Publisher::Exclusive#publish

Instance Method Summary collapse

Constructor Details

#initializePublish

Returns a new instance of Publish.



25
26
27
# File 'lib/rrj/errors/rabbit/publisher/exclusive.rb', line 25

def initialize
  super 'Error for publish message'
end