Exception: Groonga::Client::Protocol::HTTP::UnknownBackendError

Inherits:
Error
  • Object
show all
Defined in:
lib/groonga/client/protocol/http.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(backend, detail) ⇒ UnknownBackendError

Returns a new instance of UnknownBackendError.



29
30
31
32
# File 'lib/groonga/client/protocol/http.rb', line 29

def initialize(backend, detail)
  @backend = backend
  super("Unknown HTTP backend: <#{backend}>: #{detail}")
end

Instance Attribute Details

#backendObject (readonly)

Returns the value of attribute backend.



28
29
30
# File 'lib/groonga/client/protocol/http.rb', line 28

def backend
  @backend
end