Exception: Geb::Template::TemplateFileNotFound

Inherits:
Error
  • Object
show all
Defined in:
lib/geb/template.rb

Constant Summary collapse

MESSAGE =
"Template file not found".freeze

Instance Method Summary collapse

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