Exception: Droonga::Serf::Command::ForbiddenCommandInEventHandler
- Inherits:
-
Error
- Object
- StandardError
- Error
- Droonga::Serf::Command::ForbiddenCommandInEventHandler
- Defined in:
- lib/droonga/serf/command.rb
Instance Method Summary collapse
-
#initialize(command) ⇒ ForbiddenCommandInEventHandler
constructor
A new instance of ForbiddenCommandInEventHandler.
Constructor Details
#initialize(command) ⇒ ForbiddenCommandInEventHandler
Returns a new instance of ForbiddenCommandInEventHandler.
39 40 41 42 |
# File 'lib/droonga/serf/command.rb', line 39 def initialize(command) = "#{command} is forbidden in an event handler script." super() end |