Exception: Geb::Site::Template::InvalidTemplateURL

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

Constant Summary collapse

MESSAGE =
"Invalid template URL specified. Ensure the template URL is properly accessible and packaged Gab site using geb release --with_template".freeze

Instance Method Summary collapse

Constructor Details

#initialize(e = "") ⇒ InvalidTemplateURL

Returns a new instance of InvalidTemplateURL.



19
# File 'lib/geb/site/template.rb', line 19

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