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.



120
121
122
# File 'lib/rdkafka/error.rb', line 120

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