Exception: Droonga::Dispatcher::Planner::UndefinedInputError
- Inherits:
-
StandardError
- Object
- StandardError
- Droonga::Dispatcher::Planner::UndefinedInputError
- Defined in:
- lib/droonga/dispatcher.rb
Instance Attribute Summary collapse
-
#input ⇒ Object
readonly
Returns the value of attribute input.
Instance Method Summary collapse
-
#initialize(input) ⇒ UndefinedInputError
constructor
A new instance of UndefinedInputError.
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
#input ⇒ Object (readonly)
Returns the value of attribute input.
210 211 212 |
# File 'lib/droonga/dispatcher.rb', line 210 def input @input end |