Exception: Yes::Core::Commands::Stateless::GroupHandler::InvalidCommandGroupError

Inherits:
Error
  • Object
show all
Defined in:
lib/yes/core/commands/stateless/group_handler.rb

Instance Attribute Summary

Attributes inherited from Error

#extra

Instance Method Summary collapse

Constructor Details

#initialize(cmd_module_name, handler_module_name) ⇒ InvalidCommandGroupError

Returns a new instance of InvalidCommandGroupError.



12
13
14
# File 'lib/yes/core/commands/stateless/group_handler.rb', line 12

def initialize(cmd_module_name, handler_module_name)
  super("command #{cmd_module_name} does not match handler #{handler_module_name}")
end