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.



44
45
46
# File 'lib/mgit/exceptions.rb', line 44

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