Exception: Droonga::Dispatcher::Planner::UndefinedInputError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/droonga/dispatcher.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(input) ⇒ UndefinedInputError

Returns a new instance of UndefinedInputError.



211
212
213
214
# File 'lib/droonga/dispatcher.rb', line 211

def initialize(input)
  @input = input
  super("undefined input assigned: <#{input}>")
end

Instance Attribute Details

#inputObject (readonly)

Returns the value of attribute input.



210
211
212
# File 'lib/droonga/dispatcher.rb', line 210

def input
  @input
end