class MetaCommit::Errors::MissingRepoError

Public Class Methods

new(msg='Passed directory is not a git repo') click to toggle source
Calls superclass method
# File lib/meta_commit/errors.rb, line 3
def initialize(msg='Passed directory is not a git repo')
  super(msg)
end