Exception: Droonga::Plugin::Metadata::InputMessage::BlankMessageType
- Inherits:
-
Error
- Object
- StandardError
- Error
- Droonga::Plugin::Metadata::InputMessage::BlankMessageType
- Defined in:
- lib/droonga/plugin/metadata/input_message.rb
Instance Method Summary collapse
-
#initialize ⇒ BlankMessageType
constructor
A new instance of BlankMessageType.
Constructor Details
#initialize ⇒ BlankMessageType
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 |