Exception: MGit::TooManyArgumentsError

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

Instance Method Summary collapse

Methods inherited from UsageError

#to_s

Constructor Details

#initialize(cmd) ⇒ TooManyArgumentsError

Returns a new instance of TooManyArgumentsError.



63
64
65
# File 'lib/mgit/exceptions.rb', line 63

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