class Droonga::Client::Connection::DroongaProtocol::BackendError

Public Class Methods

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