Exception: Geb::Template::TemplateFileReadFailure

Inherits:
Error
  • Object
show all
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

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