lib/grit/errors.rb (
8
lines of code) (
raw
):
module Grit class InvalidGitRepositoryError < StandardError end class NoSuchPathError < StandardError end class InvalidObjectType < StandardError end end