class MGit::TooManyArgumentsError

Public Class Methods

new(cmd) click to toggle source
Calls superclass method MGit::CommandUsageError::new
# File lib/mgit/exceptions.rb, line 63
def initialize(cmd)
  super('Too many arguments.', cmd)
end