class KafkaError

Attributes

object[R]

Public Class Methods

new(object) click to toggle source
# File lib/jruby-kafka/error.rb, line 6
def initialize(object)
  @object = object
end