Method: NotifierPlugin::NullHandlerType#gen_cfg_handler_type

Defined in:
lib/tecsgen/plugin/NotifierPlugin.rb

#gen_cfg_handler_type(handler) ⇒ Object



903
904
905
906
907
908
# File 'lib/tecsgen/plugin/NotifierPlugin.rb', line 903

def gen_cfg_handler_type(handler)
  case handler
    when ERROR_HANDLER then return nil
    else raise "unknown handler #{handler}"
  end
end