Exception: Droonga::Plugin::Metadata::InputMessage::NotStringMessageType

Inherits:
Error
  • Object
show all
Defined in:
lib/droonga/plugin/metadata/input_message.rb

Instance Method Summary collapse

Constructor Details

#initialize(type) ⇒ NotStringMessageType

Returns a new instance of NotStringMessageType.



21
22
23
24
# File 'lib/droonga/plugin/metadata/input_message.rb', line 21

def initialize(type)
  super("You must specify a string as a message type. " +
          "#{type.inspect} is not a string.")
end