Exception: MGit::TooFewArgumentsError

Inherits:
CommandUsageError show all
Defined in:
lib/mgit/exceptions.rb

Instance Method Summary collapse

Methods inherited from UsageError

#to_s

Constructor Details

#initialize(cmd) ⇒ TooFewArgumentsError

Returns a new instance of TooFewArgumentsError.



57
58
59
# File 'lib/mgit/exceptions.rb', line 57

def initialize(cmd)
  super('Too few arguments.', cmd)
end