class Groonga::Client::Protocol::WrappedError

Attributes

raw_error[R]

Public Class Methods

new(raw_error) click to toggle source
Calls superclass method
# File lib/groonga/client/protocol/error.rb, line 28
def initialize(raw_error)
  @raw_error = raw_error
  super(raw_error.message)
end