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