Exception: RubyRabbitmqJanus::Errors::Rabbit::Publish::TestCorrelation
- Inherits:
-
BasePublish
- Object
- StandardError
- RubyRabbitmqJanus::Errors::RRJError
- BaseRabbit
- BaseErrorPublisher
- BasePublish
- RubyRabbitmqJanus::Errors::Rabbit::Publish::TestCorrelation
- Defined in:
- lib/rrj/errors/rabbit/publish/publisher.rb
Instance Method Summary collapse
-
#initialize(message, propertie) ⇒ TestCorrelation
constructor
A new instance of TestCorrelation.
Constructor Details
#initialize(message, propertie) ⇒ TestCorrelation
Returns a new instance of TestCorrelation.
31 32 33 |
# File 'lib/rrj/errors/rabbit/publish/publisher.rb', line 31 def initialize(, propertie) super "Response correlation ID mismatch (#{message} != #{propertie})", :fatal end |