Exception: RubyRabbitmqJanus::Errors::Rabbit::BasePublish
- Inherits:
-
BaseErrorPublisher
- Object
- StandardError
- RubyRabbitmqJanus::Errors::RRJError
- BaseRabbit
- BaseErrorPublisher
- RubyRabbitmqJanus::Errors::Rabbit::BasePublish
- Defined in:
- lib/rrj/errors/rabbit/publish/publisher.rb
Overview
Define a super class for all errors in Rabbit::Publisher::Publish
Direct Known Subclasses
Publish::Initialize, Publish::Publish, Publish::TestCorrelation
Instance Method Summary collapse
-
#initialize(message, level = :fatal) ⇒ BasePublish
constructor
A new instance of BasePublish.
Constructor Details
#initialize(message, level = :fatal) ⇒ BasePublish
Returns a new instance of BasePublish.
10 11 12 |
# File 'lib/rrj/errors/rabbit/publish/publisher.rb', line 10 def initialize(, level = :fatal) super "[Publisher] #{}", level end |