Exception: Geb::Site::Template::InvalidTemplateSpecification
- Inherits:
-
Error
- Object
- StandardError
- Error
- Geb::Site::Template::InvalidTemplateSpecification
- Defined in:
- lib/geb/site/template.rb
Overview
class InvalidTemplateURL < Geb::Error
Constant Summary collapse
- MESSAGE =
"Template has no template paths defined in geb.config.yml".freeze
Instance Method Summary collapse
-
#initialize(e = "") ⇒ InvalidTemplateSpecification
constructor
A new instance of InvalidTemplateSpecification.
Constructor Details
#initialize(e = "") ⇒ InvalidTemplateSpecification
Returns a new instance of InvalidTemplateSpecification.
24 |
# File 'lib/geb/site/template.rb', line 24 def initialize(e = ""); super(e, MESSAGE); end |