class MGit::NoCommandError

Public Class Methods

new() click to toggle source
Calls superclass method MGit::UsageError::new
# File lib/mgit/exceptions.rb, line 39
def initialize
  super('No commands given.', 'Usage: mgit <command> [parameters]')
end