Exception: Groonga::Client::Protocol::HTTP::UnknownBackendError
- Inherits:
-
Error
- Object
- StandardError
- Error
- Groonga::Client::Protocol::HTTP::UnknownBackendError
- Defined in:
- lib/groonga/client/protocol/http.rb
Instance Attribute Summary collapse
-
#backend ⇒ Object
readonly
Returns the value of attribute backend.
Instance Method Summary collapse
-
#initialize(backend, detail) ⇒ UnknownBackendError
constructor
A new instance of UnknownBackendError.
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
#backend ⇒ Object (readonly)
Returns the value of attribute backend.
28 29 30 |
# File 'lib/groonga/client/protocol/http.rb', line 28 def backend @backend end |