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