Exception: Clamp::HelpWanted

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

Overview

raised 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.



27
28
29
# File 'lib/clamp/errors.rb', line 27

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