Exception: Geb::Site::Core::SiteNotFoundError

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

Overview

class UnvalidatedSiteAndTemplate < Geb::Error

Constant Summary collapse

MESSAGE =
"Could not find geb config file.".freeze

Instance Method Summary collapse

Constructor Details

#initialize(e = "") ⇒ SiteNotFoundError

Returns a new instance of SiteNotFoundError.



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

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