Exception: Droonga::Client::Connection::DroongaProtocol::Coolio::ReceiverError

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

Instance Method Summary collapse

Constructor Details

#initialize(error) ⇒ ReceiverError

Returns a new instance of ReceiverError.



27
28
29
# File 'lib/droonga/client/connection/droonga-protocol/coolio.rb', line 27

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