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