Exception: Climate::HelpNeeded

Inherits:
CommandError show all
Defined in:
lib/climate/errors.rb

Instance Attribute Summary

Attributes inherited from CommandError

#command_class

Instance Method Summary collapse

Constructor Details

#initialize(command_class) ⇒ HelpNeeded

Returns a new instance of HelpNeeded.



45
# File 'lib/climate/errors.rb', line 45

def initialize(command_class) ; super(nil, command_class) ; end