Exception: Geb::Site::Core::DirectoryExistsError
- 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
-
#initialize(e = "") ⇒ DirectoryExistsError
constructor
A new instance of DirectoryExistsError.
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 |