Exception: Clamp::HelpWanted

Inherits:
RuntimeError show all
Defined in:
lib/clamp/errors.rb

Overview

raise to request usage help

Instance Attribute Summary

Attributes inherited from RuntimeError

#command

Instance Method Summary collapse

Constructor Details

#initialize(command) ⇒ HelpWanted

Returns a new instance of HelpWanted.



23
24
25
# File 'lib/clamp/errors.rb', line 23

def initialize(command)
  super("I need help", command)
end