Source code for git_web_url.exc

# -*- coding: utf-8 -*-

[docs] class NotGitRepoError(FileNotFoundError): """ Raises when the given path is not in a git repository. """