class Droonga::Client::Connection::DroongaProtocol::Coolio::ReceiverError

Public Class Methods

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