Exception: Geb::Template::TemplateFileReadFailure
- Defined in:
- lib/geb/template.rb
Overview
class TemplateFileNotFound < Geb::Error
Constant Summary collapse
- MESSAGE =
"Failed to read the template file.".freeze
Instance Method Summary collapse
-
#initialize(e = "") ⇒ TemplateFileReadFailure
constructor
A new instance of TemplateFileReadFailure.
Constructor Details
#initialize(e = "") ⇒ TemplateFileReadFailure
Returns a new instance of TemplateFileReadFailure.
33 |
# File 'lib/geb/template.rb', line 33 def initialize(e = ""); super(e, MESSAGE); end |