Exception: Rdkafka::ClosedInnerError

Inherits:
BaseError
  • Object
show all
Defined in:
lib/rdkafka/error.rb

Overview

Error class for calls on a closed inner librdkafka instance.

Instance Method Summary collapse

Constructor Details

#initializeClosedInnerError

Returns a new instance of ClosedInnerError.



299
300
301
# File 'lib/rdkafka/error.rb', line 299

def initialize
  super("Illegal call to a closed inner librdkafka instance")
end