Exception: Yes::Core::Commands::Stateless::GroupHandler::InvalidCommandGroupError
- Inherits:
-
Error
- Object
- StandardError
- Error
- Yes::Core::Commands::Stateless::GroupHandler::InvalidCommandGroupError
- Defined in:
- lib/yes/core/commands/stateless/group_handler.rb
Instance Attribute Summary
Attributes inherited from Error
Instance Method Summary collapse
-
#initialize(cmd_module_name, handler_module_name) ⇒ InvalidCommandGroupError
constructor
A new instance of InvalidCommandGroupError.
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 |