class Pheromone::Exceptions::UnsupportedMessageFormat
Public Class Methods
new(msg = 'Message format not supported')
click to toggle source
Calls superclass method
# File lib/pheromone/exceptions/unsupported_message_format.rb, line 4 def initialize(msg = 'Message format not supported') super end