class Droonga::Client::ConnectionError

Public Class Methods

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