Exception: Droonga::Plugin::Metadata::InputMessage::BlankMessageType

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

Instance Method Summary collapse

Constructor Details

#initializeBlankMessageType

Returns a new instance of BlankMessageType.



28
29
30
# File 'lib/droonga/plugin/metadata/input_message.rb', line 28

def initialize
  super("You must specify a non-empty string as a message type.")
end