class Pheromone::Exceptions::InvalidPublishOptions

Public Class Methods

new(msg = 'Message format not supported') click to toggle source
Calls superclass method
# File lib/pheromone/exceptions/invalid_publish_options.rb, line 4
def initialize(msg = 'Message format not supported')
  super
end