Exception: Droonga::Client::Connection::DroongaProtocol::Thread::ReceiverError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/droonga/client/connection/droonga-protocol/thread.rb

Instance Method Summary collapse

Constructor Details

#initialize(error) ⇒ ReceiverError

Returns a new instance of ReceiverError.



31
32
33
# File 'lib/droonga/client/connection/droonga-protocol/thread.rb', line 31

def initialize(error)
  super(error.inspect)
end