class Droonga::Client::Connection::DroongaProtocol::Thread::ReceiverError

Public Class Methods

new(error) click to toggle source
Calls superclass method
# File lib/droonga/client/connection/droonga-protocol/thread.rb, line 31
def initialize(error)
  super(error.inspect)
end