Exception: Geb::Git::GitError

Inherits:
Error
  • Object
show all
Defined in:
lib/geb/git.rb

Overview

class InsideGitRepoError < Geb::Error

Constant Summary collapse

MESSAGE =
"An error occurred while executing a git command.".freeze

Instance Method Summary collapse

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