class AMQ::Protocol::Table::InvalidTableError

API

Public Class Methods

new(key, value) click to toggle source
Calls superclass method
# File lib/amq/protocol/table.rb, line 23
def initialize(key, value)
  super("Invalid table value on key #{key}: #{value.inspect} (#{value.class})")
end