Exception: Geb::Site::Core::SiteAlreadyValidated
- Defined in:
- lib/geb/site/core.rb
Overview
class DirectoryExistsError < Geb::Error
Constant Summary collapse
- MESSAGE =
"Proposed site and template have not been validated. This is an internal error".freeze
Instance Method Summary collapse
-
#initialize(e = "") ⇒ SiteAlreadyValidated
constructor
A new instance of SiteAlreadyValidated.
Constructor Details
#initialize(e = "") ⇒ SiteAlreadyValidated
Returns a new instance of SiteAlreadyValidated.
23 |
# File 'lib/geb/site/core.rb', line 23 def initialize(e = ""); super(e, MESSAGE); end |