Exception: Geb::Site::Build::SiteNotLoadedError
- Defined in:
- lib/geb/site/build.rb
Constant Summary collapse
- MESSAGE =
"Site not loaded.".freeze
Instance Method Summary collapse
-
#initialize(e = "") ⇒ SiteNotLoadedError
constructor
A new instance of SiteNotLoadedError.
Constructor Details
#initialize(e = "") ⇒ SiteNotLoadedError
Returns a new instance of SiteNotLoadedError.
18 |
# File 'lib/geb/site/build.rb', line 18 def initialize(e = ""); super(e, MESSAGE); end |