Exception: Geb::Template::TemplateFileNotFound
- Defined in:
- lib/geb/template.rb
Constant Summary collapse
- MESSAGE =
"Template file not found".freeze
Instance Method Summary collapse
-
#initialize(e = "") ⇒ TemplateFileNotFound
constructor
A new instance of TemplateFileNotFound.
Constructor Details
#initialize(e = "") ⇒ TemplateFileNotFound
Returns a new instance of TemplateFileNotFound.
28 |
# File 'lib/geb/template.rb', line 28 def initialize(e = ""); super(e, MESSAGE); end |