Exception: Pheromone::Exceptions::InvalidPublishOptions

Inherits:
StandardError
  • Object
show all
Defined in:
lib/pheromone/exceptions/invalid_publish_options.rb

Instance Method Summary collapse

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