Exception: Geb::Git::InsideGitRepoError

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

Overview

class FailedValidationError < Geb::Error

Constant Summary collapse

MESSAGE =
"You are already inside a git repository, please choose a different location or use the --skip_git option.".freeze

Instance Method Summary collapse

Constructor Details

#initialize(e = "") ⇒ InsideGitRepoError

Returns a new instance of InsideGitRepoError.



27
# File 'lib/geb/git.rb', line 27

def initialize(e = ""); super(e, MESSAGE); end