Exception: Clamp::HelpWanted
- Defined in:
- lib/clamp/errors.rb
Overview
raise to request usage help
Instance Attribute Summary
Attributes inherited from Error
Instance Method Summary collapse
-
#initialize(command) ⇒ HelpWanted
constructor
A new instance of HelpWanted.
Constructor Details
#initialize(command) ⇒ HelpWanted
Returns a new instance of HelpWanted.
20 21 22 |
# File 'lib/clamp/errors.rb', line 20 def initialize(command) super("I need help", command) end |