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