Exception: Pheromone::Exceptions::InvalidPublishOptions
- Inherits:
-
StandardError
- Object
- StandardError
- Pheromone::Exceptions::InvalidPublishOptions
- Defined in:
- lib/pheromone/exceptions/invalid_publish_options.rb
Instance Method Summary collapse
-
#initialize(msg = 'Message format not supported') ⇒ InvalidPublishOptions
constructor
A new instance of InvalidPublishOptions.
Constructor Details
#initialize(msg = 'Message format not supported') ⇒ InvalidPublishOptions
Returns a new instance of InvalidPublishOptions.
4 5 6 |
# File 'lib/pheromone/exceptions/invalid_publish_options.rb', line 4 def initialize(msg = 'Message format not supported') super end |