Exception: Geb::Site::Core::InvalidTemplate

Inherits:
Error
  • Object
show all
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

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