Exception: Geb::Git::GitError
Overview
class InsideGitRepoError < Geb::Error
Constant Summary collapse
- MESSAGE =
"An error occurred while executing a git command.".freeze
Instance Method Summary collapse
-
#initialize(e = "") ⇒ GitError
constructor
A new instance of GitError.
Constructor Details
#initialize(e = "") ⇒ GitError
Returns a new instance of GitError.
32 |
# File 'lib/geb/git.rb', line 32 def initialize(e = ""); super(e, MESSAGE); end |