Exception: MaxCube::Messages::InvalidMessageFormat

Inherits:
InvalidMessage
  • Object
show all
Defined in:
lib/maxcube/messages.rb

Overview

Exception class that denotes invalid syntax format of message.

Instance Method Summary collapse

Constructor Details

#initialize(info = 'invalid format') ⇒ InvalidMessageFormat

Returns a new instance of InvalidMessageFormat

Parameters:

  • info (defaults to: 'invalid format')

    contains context information to occured error.



45
46
47
# File 'lib/maxcube/messages.rb', line 45

def initialize(info = 'invalid format')
  super
end