Exception: Clamp::HelpWanted

Inherits:
Error
  • Object
show all
Defined in:
lib/clamp/errors.rb

Overview

raise to request usage help

Instance Attribute Summary

Attributes inherited from Error

#command

Instance Method Summary collapse

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