class MGit::TooFewArgumentsError

Public Class Methods

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