Exception: Geb::Site::Core::DirectoryExistsError

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

Constant Summary collapse

MESSAGE =
"Site folder already exists, please choose a different name or location.\nIf you want to use the existing site folder, use the --force option.".freeze

Instance Method Summary collapse

Constructor Details

#initialize(e = "") ⇒ DirectoryExistsError

Returns a new instance of DirectoryExistsError.



18
# File 'lib/geb/site/core.rb', line 18

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