Exception: Droonga::Serf::Command::ForbiddenCommandInEventHandler

Inherits:
Error
  • Object
show all
Defined in:
lib/droonga/serf/command.rb

Instance Method Summary collapse

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)
  message = "#{command} is forbidden in an event handler script."
  super(message)
end