Exception: Geb::Site::Build::SiteNotLoadedError

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

Constant Summary collapse

MESSAGE =
"Site not loaded.".freeze

Instance Method Summary collapse

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