Exception: AMQ::Protocol::Table::InvalidTableError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/amq/protocol/table.rb

Overview

API

Instance Method Summary collapse

Constructor Details

#initialize(key, value) ⇒ InvalidTableError

Returns a new instance of InvalidTableError.



27
28
29
# File 'lib/amq/protocol/table.rb', line 27

def initialize(key, value)
  super("Invalid table value on key #{key}: #{value.inspect} (#{value.class})")
end