Exception: Geb::Site::Core::InvalidTemplate
- Defined in:
- lib/geb/site/core.rb
Overview
class SiteAlreadyValidated < Geb::Error
Constant Summary collapse
- MESSAGE =
"Invalid template site. Make sure the specified path is a directory and contains a valid geb.config.yml file.".freeze
Instance Method Summary collapse
-
#initialize(e = "") ⇒ InvalidTemplate
constructor
A new instance of InvalidTemplate.
Constructor Details
#initialize(e = "") ⇒ InvalidTemplate
Returns a new instance of InvalidTemplate.
28 |
# File 'lib/geb/site/core.rb', line 28 def initialize(e = ""); super(e, MESSAGE); end |