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.



23
24
25
# File 'lib/amq/protocol/table.rb', line 23

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