Exception: Pheromone::Exceptions::UnsupportedMessageFormat

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Message format not supported') ⇒ UnsupportedMessageFormat

Returns a new instance of UnsupportedMessageFormat.



4
5
6
# File 'lib/pheromone/exceptions/unsupported_message_format.rb', line 4

def initialize(msg = 'Message format not supported')
  super
end